Skip to content
Snippets Groups Projects
Commit 27ec9c3e authored by Regis Houssin's avatar Regis Houssin
Browse files

bugfix

parent 6d581771
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ class Product ...@@ -292,7 +292,7 @@ class Product
$sqld = "DELETE from ".MAIN_DB_PREFIX."product "; $sqld = "DELETE from ".MAIN_DB_PREFIX."product ";
$sqld.= " WHERE rowid = ".$id; $sqld.= " WHERE rowid = ".$id;
$result = $this->db->query($sqld); $result = $this->db->query($sqld);
return $result; return 0;
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment