by_object['macro']; /* Check for new 'dn', in order to propagate the 'dn' to all plugins */ $new_dn= "cn=".$baseobject->cn.",ou=macros,ou=asterisk,ou=configs,ou=systems,".$baseobject->base; /* Move group? */ if ($this->dn != $new_dn){ /* Write entry on new 'dn' */ if ($this->dn != "new"){ $baseobject->move($this->dn, $new_dn); $this->by_object['macro']= $baseobject; } /* Happen to use the new one */ $this->dn= $new_dn; } tabs::save(); } } ?>