* @copyright 2008-today Mediacom87 * @license define in the module * @version 1.5.7 */ if (!defined('_PS_VERSION_')) { exit; } /** * upgrade_module_1_5_7 function. * * @access public * @param mixed $module * @return void */ function upgrade_module_1_5_7($module) { if (version_compare(_PS_VERSION_, '1.7.0.0', '>=')) { if (!$module->uninstallModuleTab('AdminGlsTracking')) { return false; } } return true; }