From: <ji...@us...> - 2005-09-07 04:41:31
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2838/phpicalendar Modified Files: search.php Log Message: changes to search.php Index: search.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** search.php 8 Apr 2005 06:38:38 -0000 1.35 --- search.php 7 Sep 2005 04:41:23 -0000 1.36 *************** *** 310,313 **** --- 310,314 ---- 'l_time' => $lang['l_time'], 'l_summary' => $lang['l_summary'], + 'l_location' => $lang['l_location'], 'l_description' => $lang['l_description'], 'l_recurring_event' => $lang['l_recurring_event'], *************** *** 319,322 **** --- 320,324 ---- 'cal' => $cal, 'getdate' => $getdate, + 'cpath' => $cpath, 'calendar_name' => $calendar_name, 'display_date' => $display_date, *************** *** 325,329 **** 'rss_available' => '', 'rss_valid' => '', ! 'show_search' => '', 'next_month' => $next_month, 'prev_month' => $prev_month, --- 327,331 ---- 'rss_available' => '', 'rss_valid' => '', ! 'show_search' => $show_search, 'next_month' => $next_month, 'prev_month' => $prev_month, |