From ff5b7e18e5962839936679141035a49c8e2ff2a6 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Sat, 20 Sep 2003 00:17:58 +0000 Subject: Forgot to commit change of references to all_calenders_combined971 to $ALL_CALENDARS_COMBINED for these files. --- preferences.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'preferences.php') diff --git a/preferences.php b/preferences.php index 91fdccc..dbe664b 100644 --- a/preferences.php +++ b/preferences.php @@ -178,10 +178,10 @@ include (BASE.'includes/header.inc.php'); } // add option to open all (non-web) calenders together // Todo: add $all_calenders_combined_lang (plural) in the language-specific files and use it here - if ($cookie_calendar == 'all_calenders_combined971') { - print "\n"; + if ($cookie_calendar == $ALL_CALENDARS_COMBINED) { + print "\n"; } else { - print "\n"; + print "\n"; } foreach($list_webcals as $cal_tmp) { -- cgit v1.2.3