diff --git a/htdocs/product.class.php b/htdocs/product.class.php index b8c7440f10c..7021230e0d4 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -255,7 +255,7 @@ class Product */ function verif_prod_use($id) { - $sqr = 0 + $sqr = 0; $sql = "SELECT rowid"; $sql.= " FROM ".MAIN_DB_PREFIX."propaldet";