mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
fixed nextmatch not reporting the value of start, if not scrolled (one of the arrows used)
This commit is contained in:
parent
630a0a7cda
commit
55793a448f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user