From 253ef013b351f8ec885d596af7b611568138b400 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 5 Oct 2002 17:42:11 +0000 Subject: *** empty log message *** --- day.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index 03a1c63..6de369a 100644 --- a/day.php +++ b/day.php @@ -35,7 +35,7 @@ $this_month = $day_array2[2]; $this_year = $day_array2[1]; $parse_month = date ('Ym', $date); -$thisday2 = localizeDate($dateFormat_week_list, $date); +$thisday2 = localizeDate($dateFormat_week_list, $unix_time); $dayborder = 0; @@ -83,9 +83,9 @@ if ($master_array[($getdate)]) { - '; ?> - '; ?> - '; ?> + '; ?> + '; ?> + '; ?>
-- cgit v1.2.3