diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php index 18004c53ab9..901d7819dfb 100644 --- a/lib/dml/moodle_database.php +++ b/lib/dml/moodle_database.php @@ -521,7 +521,7 @@ abstract class moodle_database { if ($sort) { $sort = " ORDER BY $sort"; } - return $this->get_recordset_sql("SELECT * FROM {$this->prefix}$table $select $sort", $params, $limitfrom, $limitnum); + return $this->get_recordset_sql("SELECT $fields FROM {$this->prefix}$table $select $sort", $params, $limitfrom, $limitnum); } /**