Commit 3c1a1053 by Amiya

removed extra db query

parent 30e97bb3
...@@ -184,10 +184,6 @@ ...@@ -184,10 +184,6 @@
qa_send_new_confirm($userid); qa_send_new_confirm($userid);
} }
list($useraccount, $userprofile) = qa_db_select_with_pending(
qa_db_user_account_selectspec($userid, true), qa_db_user_profile_selectspec($userid, true)
);
qa_report_event('u_save', $userid, $useraccount['handle'], qa_cookie_get()); qa_report_event('u_save', $userid, $useraccount['handle'], qa_cookie_get());
if (empty($errors)) if (empty($errors))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment