Changeset 779 for trunk/Modules/Export/CreateAddon.php
- Timestamp:
- Feb 3, 2014, 10:06:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/CreateAddon.php
r777 r779 58 58 $string = str_replace('$b', ' ', $string); 59 59 $string = $this->ReplaceVarInText($string); 60 $string = str_replace("\r", '', $string); 61 $string = str_replace("\n", '', $string); 60 62 while(strpos($string, ' ')) 61 63 $string = str_replace(' ', ' ', $string);
Note:
See TracChangeset
for help on using the changeset viewer.