forked from extern/egroupware
"fixed now working saving of column-selection after the memory-saving-fix"
This commit is contained in:
parent
4983f4ab73
commit
915e5f74f2
@ -267,6 +267,9 @@
|
||||
{
|
||||
$value['template'] =& new etemplate($value['template'],$tmpl->as_array());
|
||||
}
|
||||
$extension_data['template'] = $value['template']->name; // used for the column-selection, and might be set in get_rows()
|
||||
$extension_data['columnselection_pref'] = $value['columnselection_pref'];
|
||||
|
||||
if ($total < 1 && $value['template']->rows > 1)
|
||||
{
|
||||
$value['template']->data[0]['h'.$value['template']->rows] .= ',1'; // disable the last data row
|
||||
|
Loading…
Reference in New Issue
Block a user