Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2028
Modified Files:
day.php
Log Message:
Slight design change in day, wired up week days on day.php.
Index: day.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** day.php 5 Feb 2004 00:15:37 -0000 1.106
--- day.php 5 Feb 2004 04:59:19 -0000 1.107
***************
*** 21,25 ****
$prev_day = date('Ymd', strtotime("-1 day", $unix_time));
! $display_date = localizeDate($dateFormat_week_list, $unix_time);
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
--- 21,25 ----
$prev_day = date('Ymd', strtotime("-1 day", $unix_time));
! $display_date = localizeDate($dateFormat_day, $unix_time);
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
|