forked from extern/egroupware
Fixed return_array() only displaying the first line
This commit is contained in:
parent
593539a8be
commit
5706d356af
@ -147,10 +147,10 @@
|
||||
|
||||
$this->template->set_var('row_date',$GLOBALS['phpgw']->common->show_date($value['datetime']));
|
||||
$this->template->set_var('row_owner',$value['owner']);
|
||||
$this->template->set_var('row_owner',$value['status']);
|
||||
$this->template->set_var('row_status',$this->types[$value['status']]);
|
||||
$this->template->set_var('row_new_value',$value['new_value']);
|
||||
|
||||
$this->template->fp('rows','row');
|
||||
$this->template->fp('rows','row',True);
|
||||
}
|
||||
return $this->template->fp('out','list');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user