From 55793a448f9642d51fdbb48ec53f5c5676a43678 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 24 Sep 2002 12:44:03 +0000 Subject: [PATCH] fixed nextmatch not reporting the value of start, if not scrolled (one of the arrows used) --- etemplate/inc/class.nextmatch_widget.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.nextmatch_widget.inc.php b/etemplate/inc/class.nextmatch_widget.inc.php index 5f49f50d80..d9d6639bb2 100644 --- a/etemplate/inc/class.nextmatch_widget.inc.php +++ b/etemplate/inc/class.nextmatch_widget.inc.php @@ -93,6 +93,7 @@ list($value['cat_id']) = $value['cat_id']; list($value['filter']) = $value['filter']; list($value['filter2'])= $value['filter2']; + $value['start'] = $old_value['start']; // need to be set, to be reported back $max = $GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs']; $templ->loop = False;