Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2110
Modified Files:
print.php
Log Message:
fix bug for return to calendar view
Index: print.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** print.php 2 Sep 2004 21:15:30 -0000 1.33
--- print.php 16 Apr 2005 20:25:23 -0000 1.34
***************
*** 54,57 ****
--- 54,58 ----
'calendar_name' => $calendar_name,
'current_view' => $current_view,
+ 'printview' => $printview,
'display_date' => $display_date,
'sidebar_date' => $sidebar_date,
|