aboutsummaryrefslogtreecommitdiffstats
path: root/day.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 /day.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 'day.php')
-rw-r--r--day.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/day.php b/day.php
index ed445a9..6a78f21 100644
--- a/day.php
+++ b/day.php
@@ -107,8 +107,6 @@ if (is_array($master_array[($getdate)])) {
$all_day_text = $allday['event_text'];
$description = $allday['description'];
$event_text2 = urlencode(addslashes($all_day_text));
- $event_start = 'All';
- $event_end = 'Day';
echo '<tr>'."\n";
echo '<td valign="top" align="center" class="eventbg"><a class="psf" href="javascript:openEventInfo(\''.$event_text2.'\', \''.$calendar_name.'\', \''.$event_start.'\', \''.$event_end.'\', \''.$description.'\')"><font color="#ffffff"><i>'.$all_day_text.'</i></font></a></td>'."\n";

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