Code

Updated divlists.
[gosa.git] / plugins / admin / fai / tabsHook.inc
index c16313fe22f23de96f3554959d8533c68e7f7293..1523398cd15e26f00a8e6664dff4baa5a8e700de 100644 (file)
@@ -4,9 +4,11 @@ class tabsHook extends tabs
 {
   var $base= "";
 
-  function tabsHook($config, $data, $dn)
+  function tabsHook($config, $data, $dn,$category)
   {
-       tabs::tabs($config, $data, $dn);
+       tabs::tabs($config, $data, $dn,$category);
+       /* Add references/acls/snapshots */
+       $this->addSpecialTabs();
   }
 
   function check()
@@ -33,7 +35,7 @@ class tabsHook extends tabs
                if((strstr($new_dn,$this->dn))&&($cnt1<$cnt2)){
                        print_red(_("Try to move tree failed. Destination tree is subtree of source tree."));
                }else{
-                       $baseobject->recursive_move($this->dn, $new_dn);
+//                     $baseobject->recursive_move($this->dn, $new_dn);
                }
        }
        $this->dn= $new_dn;