[geeklog-cvs] geeklog-1.3 config.php,1.121,1.122

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jul 26 10:32:46 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv21007

Modified Files:
	config.php 
Log Message:
The start of the week in the calendar can now be configured to be either Sunday or Monday (based on a patch by bond_anton).


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** config.php	23 Jul 2004 19:10:49 -0000	1.121
--- config.php	26 Jul 2004 14:32:44 -0000	1.122
***************
*** 231,241 ****
  // | see docs/config.html#locale for details                                   |
  // +---------------------------------------------------------------------------+
! $_CONF['language']  = 'english';
! $_CONF['locale']    = 'en-gb';
! $_CONF['date']      = '%A, %B %d %Y @ %I:%M %p %Z';
! $_CONF['daytime']   = '%m/%d %I:%M%p';
! $_CONF['shortdate'] = '%x';
! $_CONF['dateonly']  = '%d-%b';
! $_CONF['timeonly']  = '%I:%M %p %Z';
  $_CONF['default_charset'] = 'iso-8859-1';
  
--- 231,242 ----
  // | see docs/config.html#locale for details                                   |
  // +---------------------------------------------------------------------------+
! $_CONF['language']   = 'english';
! $_CONF['locale']     = 'en-gb';
! $_CONF['date']       = '%A, %B %d %Y @ %I:%M %p %Z';
! $_CONF['daytime']    = '%m/%d %I:%M%p';
! $_CONF['shortdate']  = '%x';
! $_CONF['dateonly']   = '%d-%b';
! $_CONF['timeonly']   = '%I:%M %p %Z';
! $_CONF['week_start'] = 'Sun'; // can be 'Sun' or 'Mon'
  $_CONF['default_charset'] = 'iso-8859-1';
  




More information about the geeklog-cvs mailing list