mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 05:35:55 +02:00
- Use $DB->count_records_select() and $DB->get_recordset_select() instead of using full SQL queries. - Other fixes: - Remove unused variable in progress_bar::update_raw() - poll_stored_progress tidy-ups: - Use validated parameter. - Add return types for the external methods.