]> git.mjollnir.org Git - moodle.git/commit
NOBUG. Add 2 missing fix_sql_params() calls in insert/update_record_raw()
authorstronk7 <stronk7>
Thu, 27 Aug 2009 14:01:28 +0000 (14:01 +0000)
committerstronk7 <stronk7>
Thu, 27 Aug 2009 14:01:28 +0000 (14:01 +0000)
commit76b6daf2b2f51965aad7b442aa6b9f7b6195fabd
treea609fe1f4a7bb628a4d696ca459ed46cada19852
parent5529f787bde2049e9385b28ac2623d71302fae6f
NOBUG. Add 2 missing fix_sql_params() calls in insert/update_record_raw()
causing named and qm parameters to be mixed in the same query. Curiously,
due to the ordered nature of the qms it wasn't breaking, but was incorrect.
lib/dml/mysqli_native_moodle_database.php