* @copyright 2008-2015 Mediacom87 * @license define in the module * @version 1.5.0 */ if (!defined('_PS_VERSION_')) { exit; } /** * upgrade_module_1_5_0 function. * * @access public * @param mixed $module * @return void */ function upgrade_module_1_5_0($module) { if (Configuration::updateValue('GLSSTATUS_RELAY', 4)) { return true; // Return true if success. } else { return false; } }