Changeset 113627 in spip-zone
- Timestamp:
- Jan 26, 2019, 11:04:31 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/macrosession/trunk/macrosession_options.php
r113626 r113627 261 261 // TODO : assurer une évaluation hors chaine 262 262 if ((substr ($id,0,11) == '@$Pile[0][\'') 263 and preg_match("/[a-z_]+'\] \$/iu", substr ($id, 11))) {263 and preg_match("/[a-z_]+'\]$/iu", substr ($id, 11))) { // c'était \$ ce qui semble une erreur 264 264 $id = 'macrosession_pipe({'.substr($id, 1).'})'; 265 265 }
Note: See TracChangeset
for help on using the changeset viewer.