X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_plugin.inc;h=bb5bd9e87b0cd310fa2ec80b50471993504ef6ad;hb=7d0eab6bb81d3010130879061ea00542071f5b76;hp=0f108c4d22789e88a3ebfb43b9a37098443411bc;hpb=a935c1ff2413e77579eb3527faef487724f90160;p=gosa.git 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; }