jleyva / moodle-block_configurablereports

This block is a Moodle custom reports builder. You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.
http://moodle.org/plugins/view.php?plugin=block_configurable_reports
68 stars 159 forks source link

Fix issue #62 Error with apostrophe #211

Closed TomoTsuyuki closed 2 days ago

TomoTsuyuki commented 2 years ago

Quick fix for apostrophe error in the issue #62

Actually it's better to use param in get_recordset_sql but it looks not easy so just escape the apostrophe in the SQL.