[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.5.0.php, 1.49, 1.50

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 19 14:56:44 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql/updates
In directory qs1489.pair.com:/tmp/cvs-serv37518/sql/updates

Modified Files:
	mysql_1.4.1_to_1.5.0.php 
Log Message:
Fix: Make 'week_start' a dropdown during upgrades (as with fresh installs)


Index: mysql_1.4.1_to_1.5.0.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.5.0.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** mysql_1.4.1_to_1.5.0.php	19 Jan 2008 19:36:11 -0000	1.49
--- mysql_1.4.1_to_1.5.0.php	19 Jan 2008 19:56:42 -0000	1.50
***************
*** 91,95 ****
      $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,14,420,TRUE);
      $c->add('hour_mode',12,'select',6,10,6,430,TRUE);
      $c->add('thousand_separator',",",'text',6,10,NULL,440,TRUE);
--- 91,95 ----
      $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