From 1fd5eb550ca9ceecff1305047b380820656cc4ee Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 3 May 2010 18:01:29 +0200 Subject: [PATCH] Revert "Be prepared to add new calendars, if we don't have any yet." This reverts commit 9b75377d5f06284068dd76d094b95e481231d27a. --- kronolith/lib/Kronolith.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 23e37b9a3..11bcf2c63 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -244,9 +244,6 @@ class Kronolith $subscriptionTasks = Horde::url($registry->get('webroot', 'horde') . ($GLOBALS['conf']['urls']['pretty'] == 'rewrite' ? '/rpc/nag/' : '/rpc.php/nag/'), true, -1); // Calendars - $code['conf']['calendars']['internal'] = - $code['conf']['calendars']['tasklists'] = - $code['conf']['calendars']['remote'] = array(); foreach (array(true, false) as $my) { foreach ($GLOBALS['all_calendars'] as $id => $calendar) { if ($calendar->get('owner') != Horde_Auth::getAuth() && -- 2.11.0