Hello,
On 05/16/07 03:53, Christian Schlatter wrote:
Openser 1.2 question:
Having a multi-valued AVP $avp(s:uri), does
$ru = $avp(s:uri);
achieve the same as
avp_pushto("$ru", "$avp(s:uri)/g"); ?
Or is there something like
$ru = $avp(s:uri)/g; ?
no, for such case you still have to use avp_pushto("$ru", "$avp(s:uri)/g"). It is the reason why avp_pushto() stilll exists. On the todo list is kind of "foreach" addition to overcome this.
Cheers, Daniel
thanks, Christian
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users