moodle/lib/classes/hub
Jun Pataleta c5c065e10a MDL-77306 core: Remove LIMIT from SQL statement
Adding LIMIT to the primary auth type SQL statement does not play well
with Oracle. We can just remove the LIMIT clause from the SQL statement
and and pass IGNORE_MULTIPLE to the call to $DB->get_field_sql()
instead.
2023-03-30 23:18:27 +08:00
..
api.php MDL-76052 webservice_xmlrpc: Remove it completely from core 2022-11-04 16:49:52 +01:00
registration.php MDL-77306 core: Remove LIMIT from SQL statement 2023-03-30 23:18:27 +08:00
site_registration_form.php MDL-71460 hub: Use checkboxes instead of dropdowns 2021-05-05 10:03:18 +08:00