* @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_3_2($module) { $upgrade = $module->upgrade; $upgrade->updateConfiguration('LAST_DATE_NEWSLETTER_BLOCK_SYNC', '0000-00-00 00:00:00'); $upgrade->updateConfiguration('SHOW_CLEAR_CACHE', 1); return $upgrade->success(); }