Code

Updated user tabs.
[gosa.git] / gosa-core / plugins / admin / users / tabs_user.inc
index c6565337e4dad2934cb112b70e14698a519f88de..bdb872268c8a37b4a0365b6a7ec0bf5f1ef413fd 100644 (file)
@@ -101,7 +101,7 @@ class usertabs extends tabs
 
       $new_dn= $baseobject->new_dn;
 
-      if (strtolower($this->dn) != strtolower($new_dn)){
+      if ($this->dn != $new_dn){
 
         /* Udpate acls */
         $baseobject->update_acls($this->dn,$new_dn);