From b5f8554d32f0ab1a1f0fe34688694cc75539e729 Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 9 Jun 2008 16:36:36 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@839 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib') 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; } -- cgit v1.2.3