From a310e95396389f07823f45c597bf08fc1d4f77f8 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 29 Jan 2010 08:23:10 +0000 Subject: [PATCH] Updated broken comments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15441 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_plugin.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 0f108c4d2..bb5bd9e87 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -1169,13 +1169,13 @@ class plugin } } - function tag_attrs(&$at, $dn= "", $tag= "", $show= false) - { - /* Skip tagging? - /*! \brief Get gosaUnitTag for the given DN */ + /*! \brief Get gosaUnitTag for the given DN If this is called from departmentGeneric, we have to skip this tagging procedure. - */ + */ + function tag_attrs(&$at, $dn= "", $tag= "", $show= false) + { + /* Skip tagging? */ if($this->skipTagging){ return; } -- 2.39.5