Code

removed old code
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Sep 2010 08:46:46 +0000 (08:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Sep 2010 08:46:46 +0000 (08:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19522 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/generic/class_user.inc

index 45b0e081eaa031ea0391b8a886514a58a071a0ea..3e60bf625257a365208cdbbd6e1d4ddb48e3c370 100644 (file)
@@ -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();