fixed nextmatch not reporting the value of start, if not scrolled (one of the arrows used)

This commit is contained in:
Ralf Becker 2002-09-24 12:44:03 +00:00
parent 630a0a7cda
commit 55793a448f

View File

@ -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;