-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.9.3, 3.0
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-52515-master -
We found this when upgrading to ADOdb 5.20.1 (MDL-52286). Adodb introduced a recordset destructor that was not very tolerant to errors. Even though they should fix it as well, we can make our code more correct by adding missing $rs->Close();