Code

Fixed tagging.
[gosa.git] / plugins / admin / fai / tabsScript.inc
index 177e88a8e3bb33ede7d8fa3129dc707cb3876f44..1f51edd97e2d84be4fde68589b20d9e8b73c49ed 100644 (file)
@@ -33,15 +33,12 @@ 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;
 
        tabs::save(TRUE);
-
-       /* Fix tagging if needed */
-       $baseobject->handle_object_tagging();
   }
 
 }