summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BitPermUser.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/BitPermUser.php b/BitPermUser.php
index ddb9d7c..0922c3b 100644
--- a/BitPermUser.php
+++ b/BitPermUser.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_users/BitPermUser.php,v 1.17 2006/02/06 00:12:08 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_users/BitPermUser.php,v 1.18 2006/02/06 16:28:49 spiderr Exp $
*
* Lib for user administration, groups and permissions
* This lib uses pear so the constructor requieres
@@ -12,20 +12,20 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: BitPermUser.php,v 1.17 2006/02/06 00:12:08 squareing Exp $
+ * $Id: BitPermUser.php,v 1.18 2006/02/06 16:28:49 spiderr Exp $
* @package users
*/
/**
* required setup
*/
-require_once( USERS_PKG_PATH.'BitUser.php' );
+require_once( dirname( __FILE__ ).'/BitUser.php' );
/**
* Class that holds all information for a given user
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.17 $
+ * @version $Revision: 1.18 $
* @package users
* @subpackage BitPermUser
*/