by_object['faiPartitionTable']; $branch = ""; if($_SESSION['faifilter']['branch']!="main"){ $branch = "ou=".$_SESSION['faifilter']['branch'].","; } // cn=FAIBASE,ou=disk,".$branch."ou=fai,ou=configs,ou=systems,dc=gonicus,dc=de $new_dn= 'cn='.$baseobject->cn.",ou=disk,".$branch."ou=fai,ou=configs,ou=systems,".$_SESSION['faifilter']['base']; // Old .. $new_dn= 'ou='.$baseobject->ou.','.$baseobject->base; if ($this->dn != $new_dn && $this->dn != "new"){ /* if( new_dn is subtree of this->dn ) */ $cnt1 = count(split(",",$this->dn)); $cnt2 = count(split(",",$new_dn)); 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); } } $this->dn= $new_dn; tabs::save(TRUE); } } ?>