[geeklog-cvs] A_and_A/common AAConstants.php,1.3,1.4

tony at geeklog.net tony at geeklog.net
Fri Jan 10 00:56:05 EST 2003


Update of /usr/cvs/geeklog/A_and_A/common
In directory internal.geeklog.net:/tmp/cvs-serv11844

Modified Files:
	AAConstants.php 
Log Message:
Tons of fixes.  Mostly working again

Index: AAConstants.php
===================================================================
RCS file: /usr/cvs/geeklog/A_and_A/common/AAConstants.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AAConstants.php	27 Nov 2002 00:23:26 -0000	1.3
--- AAConstants.php	10 Jan 2003 05:56:03 -0000	1.4
***************
*** 95,98 ****
--- 95,103 ----
  define('USER_ID_TAG', 'UserId');
  /**
+ * Username tag
+ * @const USER_NAME_TAG
+ */
+ define('USER_NAME_TAG', 'UserName');
+ /**
  * Employee ID tag
  * @const EMPLOYEE_ID_TAG 
***************
*** 119,122 ****
--- 124,132 ----
  */
  define('ADMIN_USER_ID_TAG', 'AdminUserId');
+ /**
+ * Admin Username Tag
+ * @const ADMIN_USER_NAME_TAG
+ */
+ define('ADMIN_USER_NAME_TAG', 'AdminUserName');
  /**
  * Admin Password Tag





More information about the geeklog-cvs mailing list