From: <ji...@us...> - 2008-12-26 16:59:15
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18788 Modified Files: config.inc.php Log Message: eliminate negative event lengths and adjust display lengths for short events Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.185 retrieving revision 1.186 diff -C2 -d -r1.185 -r1.186 *** config.inc.php 26 Dec 2008 08:26:31 -0000 1.185 --- config.inc.php 26 Dec 2008 16:59:10 -0000 1.186 *************** *** 16,20 **** 'show_completed' => 'no', # 'timezone' => 'US/Central', ! 'timezone' => 'America/Bogota', # 'second_offset' => $secs, # 'cookie_uri' => '' --- 16,21 ---- 'show_completed' => 'no', # 'timezone' => 'US/Central', ! # 'timezone' => 'America/Bogota', ! 'timezone' => 'Europe/Paris', # 'second_offset' => $secs, # 'cookie_uri' => '' |