getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); return true; } /** * @return bool */ function postInstall() { Debug::text( 'postInstall: ' . $this->getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); global $COMPANY_GENERIC_MAP_DELETED_COLUMN; $COMPANY_GENERIC_MAP_DELETED_COLUMN = true; return true; } } ?>