. */ /** * @brief Modify the group in the database after the form * * * @file * @author Claire Figueras * @date $date$ * @version $Revision$ * @ingroup admin */ $core_tools = new core_tools(); $core_tools->load_lang(); $core_tools->test_admin('admin_groups', 'apps'); $path = "apps".DIRECTORY_SEPARATOR.$_SESSION['config']['app_id'].DIRECTORY_SEPARATOR."class".DIRECTORY_SEPARATOR."class_usergroups.php"; require_once($path); $users = new usergroups(); $users->addupgroups("up"); ?>