Line number 1048, db/selects.php
@Scott Can the following change be made to the query as it makes overriding easier?
$selectspec['source'].=" WHERE ^posts.userid=".(QA_FINAL_EXTERNAL_USERS ? "$" : "(SELECT userid FROM ^users WHERE handle=$ LIMIT 1)")." AND ^posts.type='Q' ORDER BY ^posts.created DESC LIMIT #,#";