Changeset 59078 in spip-zone
- Timestamp:
- Mar 4, 2012, 7:48:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/saisies/saisies_fonctions.php
r59077 r59078 16 16 **/ 17 17 function saisie_nom2classe($nom) { 18 return str_replace(array('/', '[', ']'), '_', $nom);18 return str_replace(array('/', '[', ']'), array('_', '_', ''), $nom); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.