From 97ddbe1eba0d53c66b7c1dedbc87dfea966a63de Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Jul 2004 10:44:30 +0000 Subject: [PATCH] Suppression code inutile --- htdocs/product/liste.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index b86fb709f79..7f5400f6b64 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -25,11 +25,6 @@ $user->getrights('produit'); if (!$user->rights->produit->lire) accessforbidden(); -if ($action == 'update') -{ - $sql = "UPDATE ".MAIN_DB_PREFIX."product SET description='$desc' where rowid = $rowid"; - $db->query($sql); -} /* *