summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-25 19:12:34 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-25 19:12:34 +0000
commit33fc0e153f3a64e1675dfc1f4fc370e338db9a21 (patch)
tree7fa331dc7e8a79f274ab97dd82324f6ffec5ccc2
parent8df6aa0f23a5138e2a3fe7d3f7fb8951f05a4a7a (diff)
- Fix parse error after uncommenting default ldap_public settings (#1486953)
git-svn-id: https://svn.roundcube.net/trunk@3907 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 6eeeeeee6..df251c676 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -428,7 +428,7 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'sort' => 'cn', // The field to sort the listing by.
'scope' => 'sub', // search mode: sub|base|list
'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
- 'fuzzy_search' => true // server allows wildcard search
+ 'fuzzy_search' => true, // server allows wildcard search
'sizelimit' => '0', // Enables you to limit the count of entries fetched. Setting this to 0 means no limit.
'timelimit' => '0', // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit.
);