summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70fa7e4)
raw | patch | inline | side by side (parent: 70fa7e4)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Feb 2008 10:36:03 +0000 (10:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Feb 2008 10:36:03 +0000 (10:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8888 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationService.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc
index 9d5cb5414c8446f8ede5808404d220f95f697f9d..fc730de06b382a8de395b34ebe66d11a5a3305ce 100644 (file)
/* 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");