From: hickert Date: Tue, 12 Jan 2010 11:48:57 +0000 (+0000) Subject: Added ; X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd6da557a348b8757edb06dbe23940ab8508babb;p=gosa.git Added ; git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15156 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc b/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc index 1b536bff5..a3f60a114 100644 --- a/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc +++ b/gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc @@ -7,7 +7,7 @@ class filterSYSTEMS { $ui = get_userinfo(); // Check whether the arp handling active or not - $arp_handling_active = ($this->config->search("ArpNewDevice","CLASS",array('tabs')) != "") + $arp_handling_active = ($this->config->search("ArpNewDevice","CLASS",array('tabs')) != ""); $entries = filterLDAP::query($base, $scope, $filter, $attributes, $category, $objectStorage); foreach($entries as $key => $entry){