. */ /** * @brief Form to manage the group security * * * @file * @author Claire Figueras * @author Laurent Giovannoni * @date $date$ * @version $Revision$ * @ingroup admin */ core_tools::load_lang(); core_tools::test_admin('admin_groups', 'apps'); try{ include('apps/'.$_SESSION['config']['app_id'].'/security_bitmask.php'); include('core/where_targets.php'); include('core/manage_bitmask.php'); } catch (Exception $e){ functions::xecho($e->getMessage()); } function cmp($a, $b) { return strcmp($a["COLL_ID"], $b["COLL_ID"]); } usort($_SESSION['m_admin']['groups']['security'], "cmp"); $func = new functions(); ?>

:

"; echo _DEFINE_A_GRANT."
"; } else { ?> 0) { ?>
show_string($_SESSION['m_admin']['groups']['security'][$i]['COMMENT']));?>
:
format_date_db($_SESSION['m_admin']['groups']['security'][$i]['START_DATE']); } echo ' '; if(!empty($_SESSION['m_admin']['groups']['security'][$i]['STOP_DATE']) ) { echo _FOR.' : '.$func->format_date_db($_SESSION['m_admin']['groups']['security'][$i]['STOP_DATE']); }?>
 
 
0) { ?>