Edit file File name : logic_hooks.php Content :<?php // Do not store anything in this file that is not part of the array or the hook version. This file will // be automatically rebuilt in the future. $hook_version = 1; $hook_array = Array(); // position, file, function $hook_array['after_ui_footer'] = Array(); $hook_array['after_ui_footer'][] = Array(10, 'popup_onload', 'modules/SecurityGroups/AssignGroups.php','AssignGroups', 'popup_onload'); $hook_array['after_ui_frame'] = Array(); $hook_array['after_ui_frame'][] = Array(20, 'mass_assign', 'modules/SecurityGroups/AssignGroups.php','AssignGroups', 'mass_assign'); $hook_array['after_ui_frame'][] = Array(1, 'Load Social JS', 'custom/include/social/hooks.php','hooks', 'load_js'); $hook_array['after_save'] = Array(); $hook_array['after_save'][] = Array(30, 'popup_select', 'modules/SecurityGroups/AssignGroups.php','AssignGroups', 'popup_select'); $hook_array['after_save'][] = Array(1, 'AOD Index Changes', 'modules/AOD_Index/AOD_LogicHooks.php','AOD_LogicHooks', 'saveModuleChanges'); $hook_array['after_delete'] = array(); $hook_array['after_delete'][] = Array(1, 'AOD Index changes', 'modules/AOD_Index/AOD_LogicHooks.php','AOD_LogicHooks', 'saveModuleDelete'); $hook_array['after_restore'] = array(); $hook_array['after_restore'][] = Array(1, 'AOD Index changes', 'modules/AOD_Index/AOD_LogicHooks.php','AOD_LogicHooks', 'saveModuleRestore'); /* BEGIN ExtensionManagerInstaller ::TAG 0121r75v:: */ $enhancedManagerFile = "custom/include/EnhancedManager/EnhancedManager.php"; $hook_array['after_login'][] = Array(5, '', $enhancedManagerFile,'EnhancedManager', 'loginCheck'); /* END ExtensionManagerInstaller ::TAG 0121r75v:: */ /* BEGIN Enhanced Studio ::TAG 0121r75u:: */ $customcode_file = "custom/include/EnhancedStudio/EnhancedStudio.php"; $hook_array['process_record'][] = Array(3, 'ListView', $customcode_file,'CustomCode', 'evalCode'); $hook_array['after_retrieve'][] = Array(4, 'DetailView', $customcode_file,'CustomCode', 'evalCode'); /* END Enhanced Studio ::TAG 0121r75u:: */ ?>Save