aboutsummaryrefslogtreecommitdiffstats
path: root/preferences.php
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:17:58 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-09-20 00:17:58 +0000
commitff5b7e18e5962839936679141035a49c8e2ff2a6 (patch)
tree65844426af296d7d0f80fe7d51143f585cddefc8 /preferences.php
parentafe581186d6bd59ea42e5dfa3ce47ab6705b9409 (diff)
downloadphpicalendar-ff5b7e18e5962839936679141035a49c8e2ff2a6.tar.gz
phpicalendar-ff5b7e18e5962839936679141035a49c8e2ff2a6.tar.bz2
phpicalendar-ff5b7e18e5962839936679141035a49c8e2ff2a6.zip
Forgot to commit change of references to all_calenders_combined971 to
$ALL_CALENDARS_COMBINED for these files.
Diffstat (limited to 'preferences.php')
-rw-r--r--preferences.php6
1 files changed, 3 insertions, 3 deletions
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 "<option value=\"all_calenders_combined971\" selected>$all_cal_comb_lang</option>\n";
+ if ($cookie_calendar == $ALL_CALENDARS_COMBINED) {
+ print "<option value=\"$ALL_CALENDARS_COMBINED\" selected>$all_cal_comb_lang</option>\n";
} else {
- print "<option value=\"all_calenders_combined971\">$all_cal_comb_lang</option>\n";
+ print "<option value=\"$ALL_CALENDARS_COMBINED\">$all_cal_comb_lang</option>\n";
}
foreach($list_webcals as $cal_tmp) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy