- Timestamp:
- 08/11/10 12:34:46 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/tools/webmail/plugins/squirrelspell/modules/forget_me_not.mod
r2693 r3189 28 28 * Dirty: yes. Is there a better solution? Let me know. ;) 29 29 */ 30 $new_words = ereg_replace("%", "\n", $words); 30 /* @author ispCP PHP5.3 Compatibility Change */ 31 $new_words = preg_replace("/%/", "\n", $words); 31 32 /** 32 33 * Load the user dictionary and see if there is anything in it.
Note: See TracChangeset
for help on using the changeset viewer.
