From: cajus Date: Wed, 13 Feb 2008 10:36:03 +0000 (+0000) Subject: Remove PHP5 complaints X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c1ccb5dc3eecbf775ab07bee6aafca249dbb51ac;p=gosa.git Remove PHP5 complaints git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8888 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc index 9d5cb5414..fc730de06 100644 --- a/plugins/admin/systems/class_workstationService.inc +++ b/plugins/admin/systems/class_workstationService.inc @@ -176,7 +176,7 @@ class workservice extends plugin /* Load hardware list */ $ldap= $this->config->get_ldap_link(); $ldap->cd($this->config->current['BASE']); - $ldap->search("(&(objectClass=gotoWorkstationTemplate)(member=".LDAP::prepare4filter($this->dn)."))"); + $ldap->search("(&(objectClass=gotoWorkstationTemplate)(member=".@LDAP::prepare4filter($this->dn)."))"); if ($ldap->count() == 1){ $map= array("gotoXResolution", "gotoXColordepth", "gotoXKbModel", "gotoXKbLayout", "gotoXKbVariant", "gotoXMouseType", "gotoXMouseport");