From: hickert Date: Mon, 13 Sep 2010 13:41:39 +0000 (+0000) Subject: Moved modification detection from debug to hidden mode. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a668e861d50084750c7510be9bcf41cd356cdcea;p=gosa.git Moved modification detection from debug to hidden mode. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19645 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_tabs.inc b/gosa-core/include/class_tabs.inc index 339e20f1f..f38056fad 100644 --- a/gosa-core/include/class_tabs.inc +++ b/gosa-core/include/class_tabs.inc @@ -162,7 +162,7 @@ class tabs foreach ($this->by_name as $class => $name){ $this->isPluginModified |= $this->by_object[$class]->is_modified; } - $display="".$display; + $display="".$display; return ($display); }