[geeklog-cvs] Auth_Enterprise Enterprise.php,1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Sat Jul 24 11:17:46 EDT 2004


Update of /var/cvs/Auth_Enterprise
In directory www:/tmp/cvs-serv11203

Modified Files:
	Enterprise.php 
Log Message:
removed a throw exception because there was a return before it.  Sorta pointless.

Index: Enterprise.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Enterprise.php	8 Jul 2004 14:36:16 -0000	1.1
--- Enterprise.php	24 Jul 2004 15:17:42 -0000	1.2
***************
*** 98,103 ****
          
          return $instances[$hash];
-         throw new AEFactoryFailed($provider, $providerOptions);
      }
  }
! ?>
--- 98,103 ----
          
          return $instances[$hash];
      }
  }
! 
! ?>
\ No newline at end of file




More information about the geeklog-cvs mailing list