aboutsummaryrefslogtreecommitdiffstats
path: root/month.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 /month.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 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index b338903..5f5eb77 100644
--- a/month.php
+++ b/month.php
@@ -153,7 +153,7 @@
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
echo "<tr>\n";
if (!isset($val["event_start"])) {
- $event_start = $all_day_lang;
+ $event_start = '';
$event_end = '';
echo "<td><font class=\"V10\"><center><a class=\"psf\" href=\"javascript:openEventInfo('$event_text2', '$calendar_name2', '$event_start', '$event_end', '$description')\"><i>$event_text</i></a></center></font></td>\n";
} else {

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