fix for bug [ 1477553 ] contact selector does not keep category, patch from StadtFRLG

This commit is contained in:
Ralf Becker 2006-04-29 05:18:55 +00:00
parent 955f766a19
commit 2cafb3fbc3

View File

@ -132,9 +132,9 @@
}
//------------------------------------------- nextmatch --------------------------------------------
$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(
$link,$start,$contacts->total_records,'&'.explode('&',$common_vars)));
$link,$start,$contacts->total_records,$GLOBALS['egw']->nextmatchs->extras_to_string($common_vars)));
foreach(array(
'n_given' => lang('Firstname'),
'n_family' => lang('Lastname'),