[grisbiwebcommit] [11] FIX si aucun cat?\195?\169gorie n'?\195?\169tait param?\195?\169tr? \195?\169e, la recherche ne renvoyait |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/grisbiwebcommit Archives
]
Revision: 11
Author: nicosomb
Date: 2009-02-02 13:32:23 +0100 (Mon, 02 Feb 2009)
Log Message:
-----------
FIX si aucun cat?\195?\169gorie n'?\195?\169tait param?\195?\169tr?\195?\169e, la recherche ne renvoyait
rien
Modified Paths:
--------------
trunk/functions.php
Modified: trunk/functions.php
===================================================================
--- trunk/functions.php 2009-02-01 19:33:04 UTC (rev 10)
+++ trunk/functions.php 2009-02-02 12:32:23 UTC (rev 11)
@@ -145,7 +145,7 @@
}
// Cat\xE9gorie
- if (isset($_POST['c']) && $_POST['c'] != '') {
+ if (isset($_POST['c']) && $_POST['c'] != '' && $_POST['c'] != 'vide') {
$params['c'] = $_POST['c'];
}