fixed calltime-pass-reference

This commit is contained in:
Ralf Becker 2004-08-23 08:50:36 +00:00
parent e6402c1d21
commit 1ad54cc033

View File

@ -203,7 +203,7 @@
{ {
if(!is_array($extradata)) if(!is_array($extradata))
{ {
parse_str($extradata,&$extradata); parse_str($extradata,$extradata);
} }
foreach($extradata as $var => $value) foreach($extradata as $var => $value)
{ {