Changeset 61059 in spip-zone
- Timestamp:
- May 7, 2012, 7:54:10 AM (9 years ago)
- Location:
- _core_/plugins/forum
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/forum/paquet.xml
r60672 r61059 2 2 prefix="forum" 3 3 categorie="communication" 4 version="1.8.1 1"4 version="1.8.12" 5 5 etat="stable" 6 6 compatibilite="[3.0.0-alpha2;[" -
_core_/plugins/forum/public/forum.php
r53166 r61059 183 183 // ce que nous propose le contexte #ENV 184 184 foreach ($env as $k => $v) { 185 if (preg_match(',^id_([a _z_]+)$,S', $k)185 if (preg_match(',^id_([a-z_]+)$,S', $k) 186 186 AND $id = intval($v)) { 187 187 return id_table_objet($k).'='.$v;
Note: See TracChangeset
for help on using the changeset viewer.