summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98146af)
raw | patch | inline | side by side (parent: 98146af)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Oct 2009 11:54:55 +0000 (11:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Oct 2009 11:54:55 +0000 (11:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14434 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/tabs_department.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/tabs_department.inc b/gosa-core/plugins/admin/departments/tabs_department.inc
index 5ec88b675bba626d030bcaa707fab88ed94ab508..dcb1fef10b1c98730c351b5c5cd4f4481841df55 100644 (file)
$new_dn = @LDAP::convert($namingAttr.'='.$value.','.$baseobject->base);
$old_dn = @LDAP::convert($namingAttr.'='.$orig_value.','.$baseobject->orig_base);
- print_a(array($new_dn,$old_dn));
-
if ($this->dn != $new_dn && $this->dn != "new"){
return(TRUE);
}