$userid = $question['ouserid']; if (QA_FINAL_EXTERNAL_USERS) { $handles=qa_get_public_from_userids(array($userid)); $handle=@$handles[$userid]; } else { $useraccount=qa_db_select_with_pending( qa_db_user_account_selectspec($userid, true) ); $handle=@$useraccount['handle']; }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.