mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
typo
This commit is contained in:
parent
7c8c49cdff
commit
590b790ff9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user