fixed calltime-pass-reference

This commit is contained in:
Ralf Becker 2004-08-23 09:40:53 +00:00
parent e35b30f61d
commit ce8a00c31a

View File

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