mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
fix for bug [ 1477553 ] contact selector does not keep category, patch from StadtFRLG
This commit is contained in:
parent
955f766a19
commit
2cafb3fbc3
@ -132,9 +132,9 @@
|
|||||||
}
|
}
|
||||||
//------------------------------------------- nextmatch --------------------------------------------
|
//------------------------------------------- nextmatch --------------------------------------------
|
||||||
$GLOBALS['egw']->template->set_var('left',$GLOBALS['egw']->nextmatchs->left(
|
$GLOBALS['egw']->template->set_var('left',$GLOBALS['egw']->nextmatchs->left(
|
||||||
$link,$start,$contacts->total_records,'&'.explode('&',$common_vars)));
|
$link,$start,$contacts->total_records,$GLOBALS['egw']->nextmatchs->extras_to_string($common_vars)));
|
||||||
$GLOBALS['egw']->template->set_var('right',$GLOBALS['egw']->nextmatchs->right(
|
$GLOBALS['egw']->template->set_var('right',$GLOBALS['egw']->nextmatchs->right(
|
||||||
$link,$start,$contacts->total_records,'&'.explode('&',$common_vars)));
|
$link,$start,$contacts->total_records,$GLOBALS['egw']->nextmatchs->extras_to_string($common_vars)));
|
||||||
foreach(array(
|
foreach(array(
|
||||||
'n_given' => lang('Firstname'),
|
'n_given' => lang('Firstname'),
|
||||||
'n_family' => lang('Lastname'),
|
'n_family' => lang('Lastname'),
|
||||||
|
Loading…
Reference in New Issue
Block a user