Suppression code inutile

This commit is contained in:
Rodolphe Quiedeville 2004-07-27 10:44:30 +00:00
parent d036518de3
commit 97ddbe1eba

View File

@ -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);
}
/*
*