Open danmarsden opened 11 months ago
you have some sql statements that use hard-coded "mdl_" prefixes on the table names, and you do not correctly use parameterisation
please see: https://moodledev.io/general/development/policies/codingstyle/sql
Note this is a blocker for plugins db approval - please make sure you understand those docs and update all your use of DB queries to comply with those guidelines.
you have some sql statements that use hard-coded "mdl_" prefixes on the table names, and you do not correctly use parameterisation
please see: https://moodledev.io/general/development/policies/codingstyle/sql
Note this is a blocker for plugins db approval - please make sure you understand those docs and update all your use of DB queries to comply with those guidelines.