insertActionForward('integration_search', 'view', 'IS'); return new Object(); } /** * @brief a method to check if successfully installed **/ function checkUpdate() { return false; } /** * @brief Execute update **/ function moduleUpdate() { return new Object(0, 'success_updated'); } /** * @brief Re-generate the cache file **/ function recompileCache() { } } ?>