summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-09-13 01:06:26 +0000
committerChristian Fowler <spider@viovio.com>2006-09-13 01:06:26 +0000
commitf0c8ee1115810245b5bd1bc79af297147a236187 (patch)
treed89d4e956631d2a83a19c8f8ca76c0ab24fbf93c
parent2faf81518780e611ac7c9cfd3bee5fd9231a56a4 (diff)
downloadusers-f0c8ee1115810245b5bd1bc79af297147a236187.tar.gz
users-f0c8ee1115810245b5bd1bc79af297147a236187.tar.bz2
users-f0c8ee1115810245b5bd1bc79af297147a236187.zip
fix typo, remove commented debug
-rw-r--r--auth/bit/auth.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth/bit/auth.php b/auth/bit/auth.php
index 42c7302..55c2cc3 100644
--- a/auth/bit/auth.php
+++ b/auth/bit/auth.php
@@ -87,9 +87,7 @@ class BitAuth extends BaseAuth {
function createUser( &$pUserHash ) {
//$authUserInfo = array( 'login' => $instance->mInfo['login'], 'password' => $instance->mInfo['password'], 'real_name' => $instance->mInfo['real_name'], 'email' => $instance->mInfo['email'] );
$u = new BitPermUser();
-//vd( $pUserHash ); die;
if( $u->store( $pUserHash ) ) {
- $this
$this->mErrors = array_merge($this->mErrors,$u->mErrors);
}
return $u->mUserId;