by_object['workgeneric']; $this->dn= "cn=".$baseobject->cn.",ou=workstations,ou=systems,".$baseobject->base; foreach ($this->by_object as $key => $obj){ $this->by_object[$key]->dn= $this->dn; $this->by_object[$key]->cn= $baseobject->cn; } tabs::save(TRUE); if(($this->by_object['printgeneric']->is_account==false)&&($this->by_object['printgeneric']->initially_was_account==true)){ $this->by_object['printgeneric']->remove_from_parent(); } } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>