Changeset 15341
- Timestamp:
- 09/19/07 13:19:48 (14 months ago)
- Location:
- _plugins_/_test_/sedna
- Files:
-
- 2 modified
-
sedna-marge.html (modified) (1 diff)
-
sedna-milieu_fonctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_test_/sedna/sedna-marge.html
r12873 r15341 16 16 <div> 17 17 <input type="text" name="recherche" value="[(#ENV{recherche})]" size="10" /> 18 <input type="hidden" name="page" value="sedna" /> 18 19 [<input type="hidden" name="age" value="(#ENV{age})" />] 19 20 [<input type="hidden" name="id_syndic" value="(#ENV{id_syndic})" />] -
_plugins_/_test_/sedna/sedna-milieu_fonctions.php
r12873 r15341 41 41 $boucle->hash = ' 42 42 // RECHERCHE 43 if ($r = addslashes($ GLOBALS["recherche"]))43 if ($r = addslashes($Pile[0]["recherche"])) 44 44 $s = "(syndic_articles.descriptif LIKE \'%$r%\' 45 45 OR syndic_articles.titre LIKE \'%$r%\'
