Home
last modified time | relevance | path

Searched refs:get_acl_column (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_tags.php651 $acl_column = get_acl_column($access);
984 $acl_column = get_acl_column($access);
1078 $acl_column = get_acl_column($access);
1424 WHERE ".get_acl_column($access)." = 1)
1446 ORDER BY id_grupo", $id_user, get_acl_column($access));
1469 AND id_perfil IN (SELECT id_perfil FROM tperfil WHERE ".get_acl_column($access)."=1)
2392 $acl_column = get_acl_column($access);
H A Dfunctions.php1809 $acl_column = get_acl_column($access);
1831 function get_acl_column($access) { function