From 2689498f9dfc027d360b7fdb023fe6c5a4038ec1 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 16 May 2004 06:44:04 +0000 Subject: Fixed month_event_lines, month_bottom popups, and all-day language on event.php. --- includes/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/event.php') 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:]/]",'\0',$description); -- cgit v1.2.3