[geeklog-cvs] Geeklog-1.x/sql/updates mssql_1.4.1_to_1.4.2.php, 1.3, 1.4 mysql_1.4.1_to_1.4.2.php, 1.28, 1.29

Dirk Haun dhaun at qs1489.pair.com
Sun Sep 23 15:20:42 EDT 2007


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

Modified Files:
	mssql_1.4.1_to_1.4.2.php mysql_1.4.1_to_1.4.2.php 
Log Message:
Fixed option name: 'user_logging_method' -> 'user_login_method'


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.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** mysql_1.4.1_to_1.4.2.php	23 Sep 2007 19:09:56 -0000	1.28
--- mysql_1.4.1_to_1.4.2.php	23 Sep 2007 19:20:40 -0000	1.29
***************
*** 70,74 ****
      $c->add('show_servicename',TRUE,'select',4,6,1,300,TRUE);
      $c->add('custom_registration',FALSE,'select',4,6,1,310,TRUE);
!     $c->add('user_logging_method',array('standard' => true, 'openid' => false, '3rdparty' => false),'@select',4,6,1,320,TRUE);
      $c->add('spamx',128,'text',4,8,NULL,330,TRUE);
      $c->add('sort_admin',TRUE,'select',7,9,1,340,TRUE);
--- 70,74 ----
      $c->add('show_servicename',TRUE,'select',4,6,1,300,TRUE);
      $c->add('custom_registration',FALSE,'select',4,6,1,310,TRUE);
!     $c->add('user_login_method',array('standard' => true, 'openid' => false, '3rdparty' => false),'@select',4,6,1,320,TRUE);
      $c->add('spamx',128,'text',4,8,NULL,330,TRUE);
      $c->add('sort_admin',TRUE,'select',7,9,1,340,TRUE);

Index: mssql_1.4.1_to_1.4.2.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/updates/mssql_1.4.1_to_1.4.2.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mssql_1.4.1_to_1.4.2.php	23 Sep 2007 19:11:28 -0000	1.3
--- mssql_1.4.1_to_1.4.2.php	23 Sep 2007 19:20:40 -0000	1.4
***************
*** 83,87 ****
      $c->add('show_servicename',TRUE,'select',4,6,1,300,TRUE);
      $c->add('custom_registration',FALSE,'select',4,6,1,310,TRUE);
!     $c->add('user_logging_method',array('standard' => true, 'openid' => false, '3rdparty' => false),'@select',4,6,1,320,TRUE);
      $c->add('spamx',128,'text',4,8,NULL,330,TRUE);
      $c->add('sort_admin',TRUE,'select',7,9,1,340,TRUE);
--- 83,87 ----
      $c->add('show_servicename',TRUE,'select',4,6,1,300,TRUE);
      $c->add('custom_registration',FALSE,'select',4,6,1,310,TRUE);
!     $c->add('user_login_method',array('standard' => true, 'openid' => false, '3rdparty' => false),'@select',4,6,1,320,TRUE);
      $c->add('spamx',128,'text',4,8,NULL,330,TRUE);
      $c->add('sort_admin',TRUE,'select',7,9,1,340,TRUE);




More information about the geeklog-cvs mailing list