From 3200cbf748de2c5bc568a1da52a76dc6981c2969 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 13 Apr 2010 00:34:26 +0200 Subject: [PATCH] Fix parse error. --- kronolith/config/prefs.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/config/prefs.php.dist b/kronolith/config/prefs.php.dist index 1651c997a..904e81152 100644 --- a/kronolith/config/prefs.php.dist +++ b/kronolith/config/prefs.php.dist @@ -349,7 +349,7 @@ $_prefs['fb_url'] = array( $_prefs['fb_cals'] = array( 'value' => 'a:0:{}', 'type' => 'multienum', - 'desc' => _("Choose the calendars to include in the above Free/Busy URL:")) + 'desc' => _("Choose the calendars to include in the above Free/Busy URL:"), ); // Login Tasks preferences -- 2.11.0