From d1ac3d08501a498d3821db4682a26e809511b782 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 20 Feb 2006 15:34:35 +0000 Subject: [PATCH] =?UTF-8?q?gestion=20cat=E9gorie=20de=20produits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/liste.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 9622c5dcea4..3ca28efa29b 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -65,6 +65,9 @@ if (isset($_POST["button_removefilter_x"])) if (isset($_REQUEST['catid'])) { $catid = $_REQUEST['catid']; + if (!$catid && $catid == 0) + { + $catid = 1; }