|
From: <ji...@us...> - 2008-12-27 12:16:42
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv617 Modified Files: config.inc.php Log Message: do not check overlap on all day events -- yet Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.187 retrieving revision 1.188 diff -C2 -d -r1.187 -r1.188 *** config.inc.php 27 Dec 2008 10:58:50 -0000 1.187 --- config.inc.php 27 Dec 2008 11:42:41 -0000 1.188 *************** *** 15,19 **** # 'show_todos' => 'no', 'show_completed' => 'no', ! # 'timezone' => 'US/Central', # 'timezone' => 'America/Bogota', # 'timezone' => 'Europe/Paris', --- 15,19 ---- # 'show_todos' => 'no', 'show_completed' => 'no', ! 'timezone' => 'US/Central', # 'timezone' => 'America/Bogota', # 'timezone' => 'Europe/Paris', |