From: <cl...@us...> - 2004-05-23 23:54:51
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22135 Modified Files: print.php Log Message: Month view works in print. Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** print.php 19 May 2004 04:19:53 -0000 1.24 --- print.php 23 May 2004 23:54:41 -0000 1.25 *************** *** 83,86 **** --- 83,87 ---- 'l_time' => $lang['l_time'], 'l_summary' => $lang['l_summary'], + 'l_description' => $lang['l_description'], 'l_calendar' => $lang['l_calendar'], 'l_day' => $lang['l_day'], |