// BugFix : Problem in an install file SQL "PREFIX_" need to be used

This commit is contained in:
mDeflotte
2011-12-02 15:46:37 +00:00
parent 375ca90e6e
commit 9a0ac098da
+2 -2
View File
@@ -1543,9 +1543,9 @@ INSERT INTO `PREFIX_order_carrier` (`id_order`, `id_carrier`, `date_add`) VALUES
(1, 2, NOW());
/* new thme, need to be checked */
/* new theme, need to be checked */
REPLACE INTO `ps_configuration` (id_group_shop, id_shop, name, value) VALUES
REPLACE INTO `PREFIX_configuration` (id_group_shop, id_shop, name, value) VALUES
(NULL, NULL, 'PS_CONDITIONS','1'),
(NULL, NULL, 'PS_PRODUCTS_PER_PAGE','10'),
(NULL, NULL, 'PS_PRODUCTS_ORDER_WAY','0'),