// Fix query hook of blocksupplier

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11482 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
jBreux
2011-12-21 13:46:39 +00:00
parent 2367807440
commit 386efe8428
+4 -1
View File
@@ -235,7 +235,10 @@ INSERT INTO `PREFIX_hook_module` (`id_module`, `id_hook`, `position`) VALUES
(65, 6, 8),
/* blocksupplier */
(66, 7, 5),
(67, 9, 25);
(66, 9, 25),
/* feeder */
(67, 9, 26);
CREATE TABLE `PREFIX_pagenotfound` (
`id_pagenotfound` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,