From: hickert Date: Fri, 16 May 2008 13:34:15 +0000 (+0000) Subject: Reverted debug changes. .. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a59ad4080db23532c198b72d5fdd699d4d3b804a;p=gosa.git Reverted debug changes. .. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10935 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index 7e250dbc5..344404dee 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -376,19 +376,6 @@ class userManagement extends plugin Edit existing entry ********************/ - if($s_action == "edit"){ - - $d = "ou=Direktorium,o=Landeshauptstadt München,c=de"; - $s = "ou=a-Direktorium,o=Landeshauptstadt München,c=de"; - -# $s = "ou=Direktorium,o=Landeshauptstadt München,c=de"; -# $d = "ou=a-Direktorium,o=Landeshauptstadt München,c=de"; - - - $tmp = new user($this->config,$this->list[trim($s_entry)]['dn']); - $tmp->move($s,$d); - $s_action =""; - } /* User wants to edit data? */ if (($s_action=="edit") && (!isset($this->usertab->config))){