From: cajus Date: Fri, 29 Jan 2010 08:23:10 +0000 (+0000) Subject: Updated broken comments X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a310e95396389f07823f45c597bf08fc1d4f77f8;p=gosa.git Updated broken comments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15441 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }