[geeklog-cvs] Auth_Enterprise/Server ServerConfig.php,1.2,1.3

tony at iowaoutdoors.org tony at iowaoutdoors.org
Tue Jul 6 17:04:19 EDT 2004


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

Modified Files:
	ServerConfig.php 
Log Message:
Because the provider constants map to file names I had to change them to have them adhere to the new PEAR coding standards I have to adhere to.

Index: ServerConfig.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/ServerConfig.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ServerConfig.php	4 Jul 2004 16:55:00 -0000	1.2
--- ServerConfig.php	6 Jul 2004 21:04:14 -0000	1.3
***************
*** 23,27 ****
  * @const AE_PROVIDER_PEAR_DB
  */
! define('AE_PROVIDER_PEAR_DB','AEPearDBProvider');
  
  /**
--- 23,27 ----
  * @const AE_PROVIDER_PEAR_DB
  */
! define('AE_PROVIDER_PEAR_DB','PearDBProvider');
  
  /**
***************
*** 29,33 ****
  * @const AE_PROVIDER_LDAP
  */
! define('AE_PROVIDER_LDAP', 'AELDAPProvider');
  
  // If you enable hte following options, all exceptions will be logged to the Auth_Enterprise table
--- 29,33 ----
  * @const AE_PROVIDER_LDAP
  */
! define('AE_PROVIDER_LDAP', 'LDAPProvider');
  
  // If you enable hte following options, all exceptions will be logged to the Auth_Enterprise table




More information about the geeklog-cvs mailing list