Code

Added ;
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 11:48:57 +0000 (11:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 11:48:57 +0000 (11:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15156 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_filterSYSTEMS.inc

index 1b536bff509c184a8813734fd68c1e4fb4b24db1..a3f60a1141ded1c2757bc2f525500a43139c6828 100644 (file)
@@ -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){