Commit 8903a5e9 by pupi1985

Removed unneeded join and removed 18 unneeded fields from query

parent a2b3f508
...@@ -77,7 +77,12 @@ ...@@ -77,7 +77,12 @@
} else { } else {
$useraccount=qa_db_select_with_pending( $useraccount=qa_db_select_with_pending(
qa_db_user_account_selectspec($userid, true) array(
'columns' => array('email', 'handle'),
'source' => '^users WHERE userid = #',
'arguments' => array($userid),
'single' => true,
)
); );
if ($needhandle) if ($needhandle)
......
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