[geeklog-cvs] Geeklog-1.x/public_html lib-common.php, 1.686, 1.687 users.php, 1.166, 1.167

Dirk Haun dhaun at qs1489.pair.com
Sat Mar 15 04:57:17 EDT 2008


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

Modified Files:
	lib-common.php users.php 
Log Message:
Fixed login when only one remote auth module is enabled


Index: users.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/users.php,v
retrieving revision 1.166
retrieving revision 1.167
diff -C2 -d -r1.166 -r1.167
*** users.php	9 Mar 2008 10:23:13 -0000	1.166
--- users.php	15 Mar 2008 08:57:15 -0000	1.167
***************
*** 631,635 ****
              if (!$_CONF['user_login_method']['standard'] &&
                      (count($modules) == 1)) {
!                 $select = $modules[0];
              } else {
                  // Build select
--- 631,636 ----
              if (!$_CONF['user_login_method']['standard'] &&
                      (count($modules) == 1)) {
!                 $select = '<input type="hidden" name="service" value="'
!                         . $modules[0] . '"' . XHTML . '>' . $modules[0];
              } else {
                  // Build select

Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.686
retrieving revision 1.687
diff -C2 -d -r1.686 -r1.687
*** lib-common.php	9 Mar 2008 10:23:13 -0000	1.686
--- lib-common.php	15 Mar 2008 08:57:15 -0000	1.687
***************
*** 2362,2366 ****
                  if (!$_CONF['user_login_method']['standard'] &&
                          (count($modules) == 1)) {
!                     $select = $modules[0];
                  } else {
                      // Build select
--- 2362,2367 ----
                  if (!$_CONF['user_login_method']['standard'] &&
                          (count($modules) == 1)) {
!                     $select = '<input type="hidden" name="service" value="'
!                             . $modules[0] . '"' . XHTML . '>' . $modules[0];
                  } else {
                      // Build select




More information about the geeklog-cvs mailing list