From 07c909e99ad4c8954f09ca30fe42d3dfee724284 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 24 Apr 2006 14:52:51 +0000 Subject: [PATCH] Removed very old install stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3094 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index ee07d02f3..68b41f956 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -49,13 +49,6 @@ class workgeneric extends plugin { plugin::plugin ($config, $dn); $this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses); - /* Load available modes */ - $ldap= $this->config->get_ldap_link(); - $ldap->cd ($this->config->current['BASE']); - $ldap->search ("(objectClass=gotoInstallProfile)",array("cn")); - while ($attrs= $ldap->fetch()){ - $this->modes[]= $attrs["cn"][0]; - } /* Read arrays */ foreach (array("ghNetNic", "ghIdeDev", "ghScsiDev") as $val){ -- 2.30.2