Code

Removed samba properties
[gosa.git] / plugins / admin / fai / tabsHook.inc
index c16313fe22f23de96f3554959d8533c68e7f7293..0a2a6b772b81997dc2e7363e2d143232603bbc8c 100644 (file)
@@ -7,6 +7,8 @@ class tabsHook extends tabs
   function tabsHook($config, $data, $dn)
   {
        tabs::tabs($config, $data, $dn);
+       /* 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;