From: <cl...@us...> - 2004-09-02 21:15:46
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31540 Modified Files: print.php Log Message: Added no results. Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** print.php 2 Sep 2004 18:43:33 -0000 1.32 --- print.php 2 Sep 2004 21:15:30 -0000 1.33 *************** *** 81,84 **** --- 81,85 ---- 'l_subscribe' => $lang['l_subscribe'], 'l_download' => $lang['l_download'], + 'l_no_results' => $lang['l_no_results'], 'l_powered_by' => $lang['l_powered_by'], 'l_this_site_is' => $lang['l_this_site_is'] |