From 590b790ff9bf5228ee4c305cb65105fed26a3cbb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 12 Jul 2006 22:00:30 +0000 Subject: [PATCH] typo --- phpgwapi/inc/class.accounts_ldap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index 8dc984f30c..8e566718b6 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -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); }