Changeset 7663 for extensions/event_cats/include
- Timestamp:
- Nov 6, 2010, 12:43:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/include/evntcats_main_funcs.inc.php
r7311 r7663 89 89 * returns a string easing array var informations displaying in Piwigo : 90 90 * _ the string return value starts with"<p style = "text-align:left;">" ; 91 * _ all "TAB" characters (chr(10)) are replaced by "<br />" ;91 * _ all "TAB" characters (chr(10)) are replaced by "<br>" ; 92 92 * _ all spaces are replaced by " ". 93 93 * … … 101 101 '<p style = "text-align:left;">'. 102 102 str_replace( 103 chr(10),'<br />',103 chr(10),'<br>', 104 104 str_replace(' ',' ', print_r /* var_dump */ ($var,true)) 105 105 ).
Note: See TracChangeset
for help on using the changeset viewer.