[geeklog-cvs] Geeklog-1.x/public_html/admin/install config-install.php, 1.3, 1.4

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


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv43132/public_html/admin/install

Modified Files:
	config-install.php 
Log Message:
Fixed option name: 'user_logging_method' -> 'user_login_method'


Index: config-install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/config-install.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config-install.php	23 Sep 2007 18:51:16 -0000	1.3
--- config-install.php	23 Sep 2007 19:20:40 -0000	1.4
***************
*** 73,77 ****
      $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);
--- 73,77 ----
      $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