summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7378597)
raw | patch | inline | side by side (parent: 7378597)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Mar 2010 08:07:36 +0000 (08:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 8 Mar 2010 08:07:36 +0000 (08:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@16326 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc b/gosa-plugins/goto/addons/goto/events/class_filterSystemByIp.inc
index 643a423035c84838c259d7d1f5d59e378f51e20c..a2e4e19d7c11121b493afc002150cc40a979b413 100644 (file)
<?php
class filterSystemByIp extends filterLDAP{
- static function query($base, $scope, $filter, $attributes, $category, $objectStorage= "")
+ static function query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage= "")
{
// IP Range selection
// Get entries
$filter= preg_replace("/__IPSTART.*$/","",$filter);
- $entries = filterLDAP::query($base, $scope, $filter, $attributes, $category, $objectStorage);
+ $entries = filterLDAP::query($parent,$base, $scope, $filter, $attributes, $category, $objectStorage);
// Filter entries by IP-Address