Changeset 30253 in spip-zone for _plugins_/mots_partout/1.9.1/inc/mots.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mots_partout/1.9.1/inc/mots.php
r4962 r30253 281 281 $res = ''; 282 282 283 foreach ( split(" *[,;] *", $cherche_mots) as $cherche_mot) {283 foreach (preg_split("/ *[,;] */", $cherche_mots) as $cherche_mot) { 284 284 if ($cherche_mot) { 285 285 $resultat = mots_ressemblants($cherche_mot, $table_mots, $table_ids);
Note: See TracChangeset
for help on using the changeset viewer.