base= $this->by_object['conference']->base; } function check() { return (tabs::check(TRUE)); } function save() { $baseobject= $this->by_object['conference']; $new_dn= 'cn='.$baseobject->cn.','.$baseobject->base; if(strtolower($this->dn)==strtolower($new_dn)){ $this->dn=$new_dn; } if($this->dn != $new_dn){ $baseobject->recursive_move($this->dn, $new_dn); } $this->dn= $new_dn; tabs::save(TRUE); } } ?>