mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
5dd79c7781
Currently, Moodle uses fetchOBject() from ADOdb to get the table columns. Sadly, the current ADOdb, especially the fetchObject() function, still creates dynamic properties. Altering the fetchObject() with fetchRow() to avoid the dynamic properties deprecation error on PHP 8.2