Private GIT

Skip to content
Snippets Groups Projects
Commit 3cf8f702 authored by Julien Mathis's avatar Julien Mathis
Browse files

refs #4052 for centreon 2.6.x

parent 8925c3c8
No related branches found
No related tags found
No related merge requests found
...@@ -112,11 +112,13 @@ ...@@ -112,11 +112,13 @@
'order' => array('hg_name'))); 'order' => array('hg_name')));
/* service groups */ /* service groups */
$sgs = $acl->getServiceGroupAclConf(null, $oreon->broker->getBroker(), array('fields' => array('sg_id', 'sg_name'), $sgs = $acl->getServiceGroupAclConf(null, $oreon->broker->getBroker(), array('fields' => array('servicegroup.sg_id', 'sg_name'),
'keys' => array('sg_id'), 'keys' => array('sg_id'),
'get_row' => 'sg_name', 'get_row' => 'sg_name',
'order' => array('sg_name'))); 'order' => array('sg_name')));
print_r($sgs);
/* service categories */ /* service categories */
$service_categories = array(); $service_categories = array();
$scstring = $acl->getServiceCategoriesString(); $scstring = $acl->getServiceCategoriesString();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment