[geeklog-cvs] Auth_Enterprise/Enterprise/Server DB.php,1.5,1.6

jellybob at iowaoutdoors.org jellybob at iowaoutdoors.org
Fri Jul 9 11:34:36 EDT 2004


Update of /var/cvs/Auth_Enterprise/Enterprise/Server
In directory www:/tmp/cvs-serv9179/Enterprise/Server

Modified Files:
	DB.php 
Log Message:
Fixed getUserGroupsByAdmin


Index: DB.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Server/DB.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DB.php	9 Jul 2004 15:31:36 -0000	1.5
--- DB.php	9 Jul 2004 15:34:34 -0000	1.6
***************
*** 635,639 ****
      {
          // Make sure admin is authenticated
!         if (!$this->isAuthenticated) {
              try {
                  $userObj = $this->authenticate($adminUserName, $adminPassword);
--- 635,639 ----
      {
          // Make sure admin is authenticated
!         if (($userObj = $this->isAuthenticated()) === false) {
              try {
                  $userObj = $this->authenticate($adminUserName, $adminPassword);




More information about the geeklog-cvs mailing list