// Fix query hook of blocksupplier

This commit is contained in:
jBreux
2011-12-21 13:46:39 +00:00
parent dc9b6d9bf1
commit 51dab66883
+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,