From: rettenbe Date: Thu, 17 Apr 2008 07:27:32 +0000 (+0000) Subject: bugfix: deprecated syntax in SIPackages X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=abb688460edeaccd22080bd9ea2c3c5ccef05f9e;p=gosa.git bugfix: deprecated syntax in SIPackages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10529 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/SIPackages.pm b/gosa-si/modules/SIPackages.pm index 586116048..a46c34cfe 100644 --- a/gosa-si/modules/SIPackages.pm +++ b/gosa-si/modules/SIPackages.pm @@ -732,7 +732,7 @@ sub new_ldap_config { } # Do we need to look at an object class? - if (not defined @servers){ + if (not @servers){ $mesg = $ldap_handle->search( base => $ldap_base, scope => 'sub', attrs => ['dn', 'gotoLdapServer', 'FAIclass'],