From: Jan Schneider Date: Mon, 3 May 2010 16:01:29 +0000 (+0200) Subject: Revert "Be prepared to add new calendars, if we don't have any yet." X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1fd5eb550ca9ceecff1305047b380820656cc4ee;p=horde.git Revert "Be prepared to add new calendars, if we don't have any yet." This reverts commit 9b75377d5f06284068dd76d094b95e481231d27a. --- 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() &&