From 5adb246977a5ea4c4c6b9be89ae6a3d6ff4dc210 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 13 Jun 2012 17:14:51 +0000 Subject: [PATCH] =?UTF-8?q?0000617:=20Avertissement=20si=20aucune=20fiche?= =?UTF-8?q?=20ou=20cat=C3=A9gorie=20n'est=20disponible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/ajax_card.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/ajax_card.php b/html/ajax_card.php index be231106c..2e102c3f2 100644 --- a/html/ajax_card.php +++ b/html/ajax_card.php @@ -257,6 +257,7 @@ case 'st': $html.=''; break; } + $sql.=" ".$where; $array=$cn->make_array($sql); $html=HtmlInput::anchor_close('select_card_div'); $html.=h2info('Choix de la catégorie');