Code

Updated toggle method
[gosa.git] / gosa-core / include / class_plugin.inc
index 0f108c4d22789e88a3ebfb43b9a37098443411bc..bb5bd9e87b0cd310fa2ec80b50471993504ef6ad 100644 (file)
@@ -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;
     }