Changeset 784 for trunk/Modules/Export/CreateAddon.php
- Timestamp:
- Feb 5, 2014, 2:14:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/CreateAddon.php
r781 r784 62 62 $string = str_replace('\\r', ' ', $string); 63 63 $string = str_replace('\\n', ' ', $string); 64 while(strpos($string, ' ')) 65 $string = str_replace(' ', ' ', $string); 64 $string = str_replace(' ', '', $string); 65 // while(strpos($string, ' ')) 66 // $string = str_replace(' ', ' ', $string); 66 67 return($string); 67 68 }
Note:
See TracChangeset
for help on using the changeset viewer.