summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6daf108)
raw | patch | inline | side by side (parent: 6daf108)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 08:32:58 +0000 (08:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jan 2008 08:32:58 +0000 (08:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8646 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 0874a2814a86ac9bb92c3b4b9d9ad98d41428691..69a0fb5763ccbefaf7029fbca2ab52c288750922 100644 (file)
if(!isset($this->parent->by_object['ogroup'])){
$ldap = $this->config->get_ldap_link();
$ldap->cd ($this->config->current['BASE']);
- $ldap->search("(&(objectClass=gotoWorkstationTemplate)(member=".LDAP::prepare4filter($this->dn)."))",array("cn","dn"));
+ $ldap->search("(&(objectClass=gotoWorkstationTemplate)(member=". @LDAP::prepare4filter($this->dn)."))",array("cn","dn"));
if($ldap->count()){
$this->member_of_ogroup = TRUE;
$attrs = $ldap->fetch();