base= $this->by_object['department']->base; } function check() { return (tabs::check(TRUE)); } function save() { $baseobject= $this->by_object['department']; $new_dn= 'ou='.$baseobject->ou.','.$baseobject->base; if ($this->dn != $new_dn && $this->dn != "new"){ $baseobject->recursive_move($this->dn, $new_dn); } $this->dn= $new_dn; tabs::save(TRUE); } } ?>