aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-08 18:39:16 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-08 18:39:16 +0000
commit646494524aff67cbd6494ca5a2c58a1785599204 (patch)
treed8326ab9b269bf5233233df5c4343ddcac76238d /week.php
parenteed342cc8c3593a1223f35dc586ef39ab3899f6e (diff)
downloadphpicalendar-646494524aff67cbd6494ca5a2c58a1785599204.tar.gz
phpicalendar-646494524aff67cbd6494ca5a2c58a1785599204.tar.bz2
phpicalendar-646494524aff67cbd6494ca5a2c58a1785599204.zip
Fixed: All day text in all views, all-popups.
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/week.php b/week.php
index 873128f..410ea26 100644
--- a/week.php
+++ b/week.php
@@ -179,8 +179,6 @@ for ($i=0;$i<7;$i++) {
$all_day_text = $allday["event_text"];
$event_text2 = urlencode(addslashes($all_day_text));
$description = $allday["description"];
- $event_start = 'All';
- $event_end = 'Day';
echo "<tr>\n";
echo "<td colspan=\"" . $nbrGridCols[$thisday] . "\" valign=\"top\" align=\"center\" class=\"eventbg\"><a class=\"psf\" href=\"javascript:openEventInfo('$event_text2', '$calendar_name', '$event_start', '$event_end', '$description')\"><font color=\"#ffffff\">$all_day_text</font></a></td>\n";
echo "</tr>\n";

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