* @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_4_4_2($module) { $upgrade = $module->upgrade; $upgrade->updateConfiguration('SHOW_CLEAR_CACHE', 1); // for the update the value is 0, the installation value is 1 $upgrade->updateConfiguration('USE_CACHE', 0); return $upgrade->success(); }