From a3ced5a27481263ab9fefd39e6b3c2aec53b41ff Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Oct 2009 11:54:55 +0000 Subject: [PATCH] removed debug info git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14434 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/tabs_department.inc | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.30.2