From: hickert Date: Mon, 6 Sep 2010 08:46:46 +0000 (+0000) Subject: removed old code X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb838b2c6b75c924b5767efd9f8ce85828037cc6;p=gosa.git removed old code git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19522 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index 45b0e081e..3e60bf625 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -1067,20 +1067,6 @@ class user extends plugin } -# /* This only gets called when user is renaming himself */ -# $ldap= $this->config->get_ldap_link(); -# if ($this->dn != $this->new_dn){ -# -# /* Write entry on new 'dn' */ -# $this->update_acls($this->dn,$this->new_dn); -# $this->move($this->dn, $this->new_dn); -# -# /* Happen to use the new one */ -# change_ui_dn($this->dn, $this->new_dn); -# $this->dn= $this->new_dn; -# } - - /* Save data. Using 'modify' implies that the entry is already present, use 'add' for new entries. So do a check first... */ $ldap= $this->config->get_ldap_link();