[geeklog-cvs] Geeklog-1.x/sql/updates mysql_1.4.1_to_1.4.2.php, 1.27, 1.28

Dirk Haun dhaun at qs1489.pair.com
Sun Sep 23 15:09:58 EDT 2007


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

Modified Files:
	mysql_1.4.1_to_1.4.2.php 
Log Message:
Synced changes with config-install.php


Index: mysql_1.4.1_to_1.4.2.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mysql_1.4.1_to_1.4.2.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** mysql_1.4.1_to_1.4.2.php	11 Sep 2007 05:28:55 -0000	1.27
--- mysql_1.4.1_to_1.4.2.php	23 Sep 2007 19:09:56 -0000	1.28
***************
*** 80,84 ****
      $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);
--- 80,84 ----
      $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);
***************
*** 151,155 ****
      $c->add('trackbackspeedlimit',300,'text',1,22,NULL,1110,TRUE);
      $c->add('check_trackback_link',2,'select',1,22,4,1120,TRUE);
!     $c->add('pingback_self',0,'select',1,23,0,1130,TRUE);
      $c->add('pingback_excerpt',TRUE,'select',1,23,1,1140,TRUE);
      $c->add('link_documentation',1,'select',7,9,0,1150,TRUE);
--- 151,155 ----
      $c->add('trackbackspeedlimit',300,'text',1,22,NULL,1110,TRUE);
      $c->add('check_trackback_link',2,'select',1,22,4,1120,TRUE);
!     $c->add('pingback_self',0,'select',1,23,13,1130,TRUE);
      $c->add('pingback_excerpt',TRUE,'select',1,23,1,1140,TRUE);
      $c->add('link_documentation',1,'select',7,9,0,1150,TRUE);




More information about the geeklog-cvs mailing list