Current Path : /webspace/www.babilon.be/html/shop/modules/blockspecials/upgrade/ |
Current File : //webspace/www.babilon.be/html/shop/modules/blockspecials/upgrade/install-0.9.php |
<?php if (!defined('_PS_VERSION_')) exit; function upgrade_module_0_9($object) { Configuration::updateValue('BLOCKSPECIALS_NB_CACHES', 20); return ($object->registerHook('addproduct') && $object->registerHook('updateproduct') && $object->registerHook('deleteproduct')); }