pawanwiziq / moodlenew-mod_wiziq

moodle latest
0 stars 0 forks source link

strange access to config #15

Open danmarsden opened 5 years ago

danmarsden commented 5 years ago

I see several cases of sql like this: 'SELECT * FROM {config} WHERE name = ? please replace these with correct get_config() api use. (Ideally you would stop polluting the config table and move to using config plugins at the same time..