From 915e5f74f2da11614c8f92b2647eaf69a0ce2cd2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 26 May 2007 07:51:17 +0000 Subject: [PATCH] "fixed now working saving of column-selection after the memory-saving-fix" --- etemplate/inc/class.nextmatch_widget.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index b74e54cef7..4f141075c1 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -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