This commit is contained in:
Ralf Becker 2006-07-12 22:00:30 +00:00
parent 7c8c49cdff
commit 590b790ff9

View File

@ -585,7 +585,7 @@
}
elseif(is_numeric($start))
{
if (!($maxmatches = $GLOBALS['egw_info']['user']['preferences']['common']['maxmatchs'])) $maxmatches = 15;
if (!($maxmatchs = $GLOBALS['egw_info']['user']['preferences']['common']['maxmatchs'])) $maxmatchs = 15;
return array_slice($sortedAccounts, $start, $maxmatchs);
}