From a0c3a4571275580d2951f0616c2f6e425ffab229 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 25 Jun 2014 13:21:17 +0200 Subject: Fix some typos --- share/templates/roundcubemail/calendar.inc.php.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/templates/roundcubemail/calendar.inc.php.tpl b/share/templates/roundcubemail/calendar.inc.php.tpl index d680b4d..357c8ce 100644 --- a/share/templates/roundcubemail/calendar.inc.php.tpl +++ b/share/templates/roundcubemail/calendar.inc.php.tpl @@ -15,10 +15,10 @@ \$config['calendar_resources_directory'] = array( 'name' => 'Kolab Resources', - 'hosts' => 'localhost, + 'hosts' => 'localhost', 'port' => 389, 'use_tls' => false, - 'base_dn' => '$ldap_resources_base_dn', + 'base_dn' => '$ldap_resource_base_dn', 'user_specific' => true, 'bind_dn' => '%dn', 'bind_pass' => '', -- cgit v1.1