aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/users.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-09 16:36:36 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-09 16:36:36 +0000
commitb5f8554d32f0ab1a1f0fe34688694cc75539e729 (patch)
tree1482eb043e6d5ab7d24ce98200daa744c628d76f /engine/lib/users.php
parentf5c7695c7e5f9f99bb5e0d6ac64383aded51d2eb (diff)
downloadelgg-b5f8554d32f0ab1a1f0fe34688694cc75539e729.tar.gz
elgg-b5f8554d32f0ab1a1f0fe34688694cc75539e729.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@839 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/users.php')
-rw-r--r--engine/lib/users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/users.php b/engine/lib/users.php
index ec22db239..093ecc6aa 100644
--- a/engine/lib/users.php
+++ b/engine/lib/users.php
@@ -150,9 +150,9 @@
// Now save specific stuff
$result = create_user_entity($this->get('guid'), $this->get('name'), $this->get('username'), $this->get('password'), $this->get('email'), $this->get('language'), $this->get('code'));
-
+ echo "ANOTHER LOAD: ".$this->attributes['tables_loaded'];
// Increment the portion counter
- if ($result) $this->attributes['tables_loaded'] ++;
+ $this->attributes['tables_loaded'] ++;
return $result;
}