Code

Prepared for multiple asterisk servers
[gosa.git] / plugins / admin / fai / tabsScript.inc
index 22a34d2c9690ceac786eca76a8caa68a85773dc6..6d7625d3b80990d6c5854f71cbba9bd32b03d468 100644 (file)
@@ -4,9 +4,12 @@ class tabsScript extends tabs
 {
   var $base= "";
 
-  function tabsScript($config, $data, $dn)
+  function tabsScript($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 +36,7 @@ class tabsScript 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;