small bug fix

--HG--
branch : quitta-gsoc-2013
hg/feature/sse2
Quitta 11 years ago
parent 3dc513e868
commit 29b5876162

@ -48,7 +48,7 @@ function write_user($newUser){
try{ try{
//make new webuser //make new webuser
createWebuser($params['name'], $params['pass'], $params['mail']); $user_id = WebUsers::createWebuser($params['name'], $params['pass'], $params['mail']);
//Create the user on the shard + in case shard is offline put copy of query in query db //Create the user on the shard + in case shard is offline put copy of query in query db
//returns: ok, shardoffline or liboffline //returns: ok, shardoffline or liboffline

@ -66,5 +66,7 @@
</div> </div>
</div> </div>
</div> </div>
{/block} {/block}

Loading…
Cancel
Save