// Normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13991 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -101,7 +101,7 @@ function reorderpositions()
|
||||
SET `position` = '.(int)$i.'
|
||||
WHERE `id_parent` = '.(int)$id_category_parent.'
|
||||
AND `id_cms_category` = '.(int)$result[$i]['id_cms_category'];
|
||||
$res &= Db::getInstance()->Execute($sql);
|
||||
$res &= Db::getInstance()->execute($sql);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user