mirror of
https://github.com/moodle/moodle.git
synced 2025-04-01 06:22:35 +02:00
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.