From: cajus Date: Wed, 26 Jul 2006 08:58:26 +0000 (+0000) Subject: Removed debugging output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9696d7ac19a62168c8969c29ff0a4e2707d743c0;p=gosa.git Removed debugging output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4308 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_tabs.inc b/include/class_tabs.inc index 72068da00..777c87426 100644 --- a/include/class_tabs.inc +++ b/include/class_tabs.inc @@ -308,10 +308,8 @@ class tabs foreach ($this->by_object as $name => $obj){ if ($first){ $first= FALSE; -echo "Setting base to ".$obj->acl_base."
"; $base= $obj->acl_base; } else { -echo "Transfering $base to $name
"; $obj->set_acl_base($base); $this->by_object[$name]= $obj; }