// theme installation

This commit is contained in:
Damien Metzger
2013-10-24 09:49:27 +02:00
parent d9382a0a5b
commit e17dd1fdde
5 changed files with 76 additions and 74 deletions
+1 -6
View File
@@ -153,12 +153,7 @@ INSERT INTO `PREFIX_hook_module_exceptions` (`id_shop`, `id_module`, `id_hook`,
UNION SELECT 'orderfollow' as page
UNION SELECT 'orderslip' as page
UNION SELECT 'discount' as page
UNION SELECT '' as page
UNION SELECT '' as page
UNION SELECT '' as page
UNION SELECT '' as page
UNION SELECT '' as page
UNION SELECT '' as page
UNION SELECT 'product' as page
) pages
WHERE id_hook = @id_hook
);