[geeklog-cvs] Geeklog-1.x/public_html/admin/install config-install.php, 1.2, 1.3
Dirk Haun
dhaun at qs1489.pair.com
Sun Sep 23 14:51:18 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv42116/public_html/admin/install
Modified Files:
config-install.php
Log Message:
$_CONF['week_start'] can only be 'Sun' or 'Mon', so make it a dropdown
Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config-install.php 23 Sep 2007 08:54:06 -0000 1.2
--- config-install.php 23 Sep 2007 18:51:16 -0000 1.3
***************
*** 83,87 ****
$c->add('dateonly','%d-%b','text',6,10,NULL,400,TRUE);
$c->add('timeonly','%I:%M%p','text',6,10,NULL,410,TRUE);
! $c->add('week_start','Sun','text',6,10,NULL,420,TRUE);
$c->add('hour_mode',12,'select',6,10,6,430,TRUE);
$c->add('thousand_separator',",",'text',6,10,NULL,440,TRUE);
--- 83,87 ----
$c->add('dateonly','%d-%b','text',6,10,NULL,400,TRUE);
$c->add('timeonly','%I:%M%p','text',6,10,NULL,410,TRUE);
! $c->add('week_start','Sun','select',6,10,14,420,TRUE);
$c->add('hour_mode',12,'select',6,10,6,430,TRUE);
$c->add('thousand_separator',",",'text',6,10,NULL,440,TRUE);
More information about the geeklog-cvs
mailing list