Skip to content
Snippets Groups Projects
Commit 529e3218 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Code tidy.

parent e4734545
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ AND qas_last.id < qas_prev.id))
LEFT JOIN {user} u ON qas_last.userid = u.id
WHERE
qas_prev.timecreated IS NULL
AND qa.`questionid` = ' . $questionid . '
AND qa.questionid = ' . $questionid . '
ORDER BY u.username, qas_last.timecreated';
global $DB;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment