mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
removed all ASes from table aliases in question / quiz code - MDL-10344
This commit is contained in:
parent
c9a512d6d6
commit
b36e36aa05
2 changed files with 6 additions and 6 deletions
|
@ -389,7 +389,7 @@ class quiz_report extends quiz_default_report {
|
|||
if ($hasfeedback) {
|
||||
$factor = $quiz->grade/$quiz->sumgrades;
|
||||
$select .= ', qf.feedbacktext ';
|
||||
$from .= " JOIN {$CFG->prefix}quiz_feedback AS qf ON " .
|
||||
$from .= " JOIN {$CFG->prefix}quiz_feedback qf ON " .
|
||||
"qf.quizid = $quiz->id AND qf.mingrade <= qa.sumgrades * $factor AND qa.sumgrades * $factor < qf.maxgrade";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue