Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6403
Modified Files:
config.inc.php search.php
Log Message:
expand search range;fix todo display
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.184
retrieving revision 1.185
diff -C2 -d -r1.184 -r1.185
*** config.inc.php 26 Dec 2008 05:54:46 -0000 1.184
--- config.inc.php 26 Dec 2008 08:26:31 -0000 1.185
***************
*** 12,17 ****
# 'allow_login' => 'yes',
'allow_preferences' => 'yes',
! # 'show_search' => 'yes',
# 'show_todos' => 'no',
# 'timezone' => 'US/Central',
'timezone' => 'America/Bogota',
--- 12,18 ----
# 'allow_login' => 'yes',
'allow_preferences' => 'yes',
! 'show_search' => 'yes',
# 'show_todos' => 'no',
+ 'show_completed' => 'no',
# 'timezone' => 'US/Central',
'timezone' => 'America/Bogota',
Index: search.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/search.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** search.php 20 Dec 2008 05:05:25 -0000 1.42
--- search.php 26 Dec 2008 08:26:31 -0000 1.43
***************
*** 297,300 ****
--- 297,301 ----
'l_results' => $lang['l_results'],
'l_query' => $lang['l_query'],
+ 'l_starting_on' => $lang['l_starting_on'],
'l_time' => $lang['l_time'],
'l_summary' => $lang['l_summary'],
|