summaryrefslogtreecommitdiff
path: root/BitPermUser.php
diff options
context:
space:
mode:
Diffstat (limited to 'BitPermUser.php')
-rw-r--r--BitPermUser.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/BitPermUser.php b/BitPermUser.php
index c1d632d..ebac164 100644
--- a/BitPermUser.php
+++ b/BitPermUser.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/BitPermUser.php,v 1.90 2010/04/24 19:03:37 wjames5 Exp $
+ * $Header$
*
* Lib for user administration, groups and permissions
* This lib uses pear so the constructor requieres
@@ -11,7 +11,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: BitPermUser.php,v 1.90 2010/04/24 19:03:37 wjames5 Exp $
+ * $Id$
* @package users
*/
@@ -24,7 +24,7 @@ require_once( USERS_PKG_PATH.'/BitUser.php' );
* Class that holds all information for a given user
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.90 $
+ * @version $Revision$
* @package users
* @subpackage BitPermUser
*/