aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.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 'week.php')
-rw-r--r--week.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/week.php b/week.php
index 768bb1d..09c65af 100644
--- a/week.php
+++ b/week.php
@@ -304,8 +304,8 @@ include (BASE.'includes/header.inc.php');
echo '<td class="eventbg_'.$event_calno.'">';
$event_end = $this_time_arr[($event_length[$thisday][$i]["key"])]["end_unixtime"];
$event_end = date ($timeFormat, $event_end);
- // Todo: keep track of where the event comes from, and indicate that to openevent instead of "all_calenders_combined971"
- if ($cal == 'all_calenders_combined971') $calendar_name2=$cal; else $calendar_name2=$calendar_name;
+ // Todo: keep track of where the event comes from, and indicate that to openevent instead of $ALL_CALENDARS_COMBINED
+ if ($cal == $ALL_CALENDARS_COMBINED) $calendar_name2=$cal; else $calendar_name2=$calendar_name;
openevent("$calendar_name2",
"$event_start",
"$event_end",

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