From: hickert Date: Thu, 1 Oct 2009 11:54:55 +0000 (+0000) Subject: removed debug info X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a3ced5a27481263ab9fefd39e6b3c2aec53b41ff;p=gosa.git removed debug info git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14434 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/tabs_department.inc b/gosa-core/plugins/admin/departments/tabs_department.inc index 5ec88b675..dcb1fef10 100644 --- a/gosa-core/plugins/admin/departments/tabs_department.inc +++ b/gosa-core/plugins/admin/departments/tabs_department.inc @@ -69,8 +69,6 @@ class deptabs extends tabs $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); }