From: cajus Date: Thu, 31 Jan 2008 09:50:08 +0000 (+0000) Subject: Fixed typo for incoming device detection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ed5f122b2a9a91a20b80246f4032d4e9e114d4a9;p=gosa.git Fixed typo for incoming device detection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8696 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 75ac762c3..02c4508f5 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1027,7 +1027,7 @@ class systems extends plugin /* Search for incoming objects */ $filter = "(|(&".$userregex."(objectClass=goHard)(cn=".$this->DivListSystem->Regex.")))"; - $res = array_merge($res,get_list($filter,$sys_categories, get_ou('incomingou'),get_ou('incomingou').$base,$sys_attrs, GL_NONE | GL_SIZELIMIT)); + $res = array_merge($res,get_list($filter,$sys_categories, get_ou('incomingou').$base,$sys_attrs, GL_NONE | GL_SIZELIMIT)); /* Get all gotoTerminal's */ foreach ($res as $value){ @@ -1063,7 +1063,6 @@ class systems extends plugin /* Detect type of object and create an entry for $this->terminals */ $terminal = array(); - if (in_array_ics('gotoTerminal', $value["objectClass"])){ /* check acl */