Update of /cvsroot/phpicalendar/phpicalendar/functions/init
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15783/functions/init
Modified Files:
date_range.php
Log Message:
Fixes for print view
Index: date_range.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/date_range.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** date_range.php 29 Dec 2008 06:00:42 -0000 1.10
--- date_range.php 27 May 2009 16:47:40 -0000 1.11
***************
*** 31,34 ****
--- 31,35 ----
case 'week':
case 'day':
+ case 'print':
$mArray_begin = mktime (0,0,0,$start_month,1,($start_year));
$mArray_end = mktime (0,0,0,$end_month,31,($end_year));
|