Fixing style errors.
This commit is contained in:
parent
709a297563
commit
73b4f0df51
@ -4114,7 +4114,7 @@ class Product extends CommonObject
|
||||
$resqlrank = $this->db->query($sqlrank);
|
||||
if ($resqlrank) {
|
||||
$cpt = 0;
|
||||
while ($objrank = $this->db->fetch_object($resqlrank)){
|
||||
while ($objrank = $this->db->fetch_object($resqlrank)) {
|
||||
$cpt++;
|
||||
$sql = 'UPDATE '.MAIN_DB_PREFIX.'product_association';
|
||||
$sql.= ' SET rang ='.$cpt;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user