From: hickert Date: Tue, 31 Jan 2006 06:24:09 +0000 (+0000) Subject: removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=00cde0550f674acb6f34e5cddb41417f14c6fe4f;p=gosa.git removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/tabs_department.inc b/plugins/admin/departments/tabs_department.inc index 1bcb78641..88320a3a1 100644 --- a/plugins/admin/departments/tabs_department.inc +++ b/plugins/admin/departments/tabs_department.inc @@ -20,9 +20,6 @@ class deptabs extends tabs { $baseobject= $this->by_object['department']; $new_dn= 'ou='.preg_replace('/,/', '\\\\2C', $baseobject->ou).','.$baseobject->base; - echo $new_dn."
"; - echo $baseobject->ou; - if ($this->dn != $new_dn && $this->dn != "new"){ /* if( new_dn is subtree of this->dn ) */