by_object['wingeneric']; if(!preg_match("/\\\$\$/",$baseobject->cn)){ $baseobject->cn .= "$"; } $this->dn= "uid=$baseobject->cn,".get_winstations_ou().$baseobject->base; $baseobject->dn= $this->dn; foreach ($this->by_object as $key => $obj){ $this->by_object[$key]->dn= $this->dn; } tabs::save(TRUE); /* Fix tagging if needed */ $baseobject->handle_object_tagging(); } } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>