Changeset 30253 in spip-zone for _plugins_/tag-machine/inc/tag-machine.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/tag-machine/inc/tag-machine.php
r15156 r30253 430 430 431 431 // exploser selon les tab 432 $tags = split("\t", substr($liste_tags,1));432 $tags = preg_split("/\t/", substr($liste_tags,1)); 433 433 434 434 // recuperer les groupes sous la forme <groupe:mot>
Note: See TracChangeset
for help on using the changeset viewer.