mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
"an other php4 fix for 1.4"
This commit is contained in:
parent
960868ad9d
commit
f3ae5cf274
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user