From e797af66384113c76ee8946f8ec9574713ee79b1 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 15 Oct 2009 08:36:57 +0000 Subject: [PATCH] Updated systems git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14594 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../systems/admin/systems/class_systemManagement.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 844e9f629..39842f3c7 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1243,11 +1243,7 @@ class systems extends plugin /* Prepare samba class name */ $samba =""; if ($this->DivListSystem->ShowWinWorkstations){ - if ($this->config->get_cfg_value("sambaversion") == "3"){ - $samba= "sambaSamAccount"; - } else { - $samba= "sambaAccount"; - } + $samba= "sambaSamAccount"; } /* This array represents the combination between checkboxes and search filters */ -- 2.30.2