* @copyright 2007-2015 IQIT-COMMERCE.COM * @license GNU General Public License version 2 * * You can not resell or redistribute this software. */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_1_0_1($object) { Configuration::updateValue('iqitmegamenu_hor_bootstrap', 0); return true; }