* @copyright Since 2013 Ovidiu Cimpean * @license Do not edit, modify or copy this file * * @version Release: 4 */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_3_3_0($module) { $upgrade = $module->upgrade; $upgrade->updateConfiguration('LEFT_MENU_ACTIVE', '1'); return $upgrade->success(); }