From f3ae5cf274b5122d4969a203c17521e5ecaa6014 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 29 Jun 2007 12:56:54 +0000 Subject: [PATCH] "an other php4 fix for 1.4" --- etemplate/inc/class.ajax_select_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.ajax_select_widget.inc.php b/etemplate/inc/class.ajax_select_widget.inc.php index 0ad48c9fe9..95ed154eb8 100644 --- a/etemplate/inc/class.ajax_select_widget.inc.php +++ b/etemplate/inc/class.ajax_select_widget.inc.php @@ -269,7 +269,7 @@ if(!$query['template'] || $query['template'] == 'etemplate.ajax_select_widget.row') { $query['template'] = 'etemplate.ajax_select_widget.row'; } - foreach($result_list as $key => &$row) { + foreach($result_list as $key => $row) { if(!is_array($row)) { continue; }