[geeklog-cvs] Auth_Enterprise/Client AEClient.class.php,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Fri Jun 18 17:39:03 EDT 2004


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

Modified Files:
	AEClient.class.php 
Log Message:
Had to bring in the set of exceptions.

Index: AEClient.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Client/AEClient.class.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AEClient.class.php	17 Jun 2004 05:37:12 -0000	1.2
--- AEClient.class.php	18 Jun 2004 21:39:01 -0000	1.3
***************
*** 34,38 ****
  * Auth_Enterprise Privilege Class
  */
! //require_once 'Auth_Enterprise/Common/AEPrivilege.class.php';
  
  /**
--- 34,38 ----
  * Auth_Enterprise Privilege Class
  */
! require_once 'Auth_Enterprise/Common/AEPrivilege.class.php';
  
  /**
***************
*** 42,45 ****
--- 42,50 ----
  
  /**
+ * Set of Auth_Enterprise exceptions
+ */
+ require_once 'Auth_Enterprise/Common/AEExceptions.php';
+ 
+ /**
  * Auth_Enteprise Client
  *




More information about the geeklog-cvs mailing list