-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.2.2
-
None
-
MOODLE_22_STABLE
Within the crot_cron.php their are mysql functions in use, which manipulates with the database. The functions are mixed up with Moodle DML functions, which is both confusing and makes the plugin break when using other databases than mysql.
The plugin should use Moodle's DML and not the MySQL PHP-functions.
If this can't be fixed it should be clearly noted that this plugin is only supported using an MySQL database.