Current Path : /webspace/www.babilon.be/html/shop/modules/blockcontactinfos/upgrade/ |
Current File : /webspace/www.babilon.be/html/shop/modules/blockcontactinfos/upgrade/install-1.1.2.php |
<?php if (!defined('_PS_VERSION_')) exit; function upgrade_module_1_1_2($object) { Db::getInstance()->execute('UPDATE '._DB_PREFIX_.'configuration SET `name` = UPPER(`name`) WHERE `name` LIKE "BLOCKCONTACTINFOS\_%"'); return true; }