aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-16 06:44:04 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-16 06:44:04 +0000
commit2689498f9dfc027d360b7fdb023fe6c5a4038ec1 (patch)
tree191292653f29a346a3ef38cea947634de4213a7d /includes/event.php
parent34b8a450d77e374fe3f268eed30ba37e131fde62 (diff)
downloadphpicalendar-2689498f9dfc027d360b7fdb023fe6c5a4038ec1.tar.gz
phpicalendar-2689498f9dfc027d360b7fdb023fe6c5a4038ec1.tar.bz2
phpicalendar-2689498f9dfc027d360b7fdb023fe6c5a4038ec1.zip
Fixed month_event_lines, month_bottom popups, and all-day language on event.php.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/event.php b/includes/event.php
index 803403f..fb22ba2 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -28,7 +28,7 @@ if (($start) && ($end)) {
$event_times = $start . ' - ' . $end;
}
if ($start == '' && $end == '' && (isset($start) && isset($end))) {
- $event_times = $all_day_lang;
+ $event_times = $lang['l_all_day'];
}
if ($description) $description = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]",'<a target="_new" href="\0">\0</a>',$description);

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