Code

Updated listing of FAI classes
[gosa.git] / gosa-plugins / goto / admin / systems / goto / tabs_printers.inc
index 5b8eb259d729743fa5a97b67eae94d54302f2ba5..6a7e0e02d4323b767aa355e05fa1793f68e543c2 100644 (file)
@@ -3,13 +3,18 @@
 class printtabs extends tabs
 {
 
-  function printtabs($config, $data, $dn,$category)
+  function printtabs($config, $data, $dn,$category,$hide_refs = FALSE, $hide_acls = FALSE)
   {
 
     /* Save dn */
     $this->dn= $dn;
     $this->config= $config;
 
+    $this->hide_acls = $hide_acls;
+    $this->hide_refs = $hide_refs;
+
+    $this->acl_category = $category;
+
     $baseobject= NULL;
 
     foreach ($data as $tab){