// Fix position for category_product in installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14702 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-17 16:46:26 +00:00
parent 6120874516
commit 38680d7625
5 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ class InstallXmlLoader
$columns[$table][$row['Field']] = $this->checkIfTypeIsText($row['Type']);
}
$exclude = array_merge(array('id_'.$table, 'date_add', 'date_upd', 'position', 'deleted', 'id_lang'), $exclude);
$exclude = array_merge(array('id_'.$table, 'date_add', 'date_upd', 'deleted', 'id_lang'), $exclude);
$list = array();
foreach ($columns[$table] as $k => $v)