mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
typo
This commit is contained in:
parent
7c8c49cdff
commit
590b790ff9
@ -585,7 +585,7 @@
|
|||||||
}
|
}
|
||||||
elseif(is_numeric($start))
|
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);
|
return array_slice($sortedAccounts, $start, $maxmatchs);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user