[geeklog-cvs] Geeklog-1.x config.php,1.258,1.259
Dirk Haun
dhaun at qs1489.pair.com
Sun Sep 23 15:20:42 EDT 2007
Update of /cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv43132
Modified Files:
config.php
Log Message:
Fixed option name: 'user_logging_method' -> 'user_login_method'
Index: config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/config.php,v
retrieving revision 1.258
retrieving revision 1.259
diff -C2 -d -r1.258 -r1.259
*** config.php 19 Aug 2007 16:28:02 -0000 1.258
--- config.php 23 Sep 2007 19:20:40 -0000 1.259
***************
*** 262,266 ****
// | in addition to the classic Geeklog-only internal account. |
// +---------------------------------------------------------------------------+
! $_CONF['user_logging_method'] = array(
'standard' => true, // Geeklog's built-in login method
// Note: can not be disabled yet
--- 262,266 ----
// | in addition to the classic Geeklog-only internal account. |
// +---------------------------------------------------------------------------+
! $_CONF['user_login_method'] = array(
'standard' => true, // Geeklog's built-in login method
// Note: can not be disabled yet
More information about the geeklog-cvs
mailing list