From ce8a00c31a6fca9d629a59da6ef51376db1dcceb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 23 Aug 2004 09:40:53 +0000 Subject: [PATCH] fixed calltime-pass-reference --- phpgwapi/inc/class.nextmatchs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.nextmatchs.inc.php b/phpgwapi/inc/class.nextmatchs.inc.php index 0d6db442fb..8d3d9351f6 100644 --- a/phpgwapi/inc/class.nextmatchs.inc.php +++ b/phpgwapi/inc/class.nextmatchs.inc.php @@ -203,7 +203,7 @@ { if(!is_array($extradata)) { - parse_str($extradata,&$extradata); + parse_str($extradata,$extradata); } foreach($extradata as $var => $value) {