Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21357
Modified Files:
print.php
Log Message:
Feature #1109495. Print view will now show the location if the field
is defined. Code provided by Nicolas Contamin.
Index: print.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** print.php 24 Nov 2005 04:28:34 -0000 1.36
--- print.php 1 Dec 2005 06:25:09 -0000 1.37
***************
*** 80,83 ****
--- 80,84 ----
'l_month' => $lang['l_month'],
'l_year' => $lang['l_year'],
+ 'l_location' => $lang['l_location'],
'l_subscribe' => $lang['l_subscribe'],
'l_download' => $lang['l_download'],
|