catalyst / moodle-tool_cloudmetrics

Realtime metrics for Moodle
https://moodle.org/plugins/tool_cloudmetrics
GNU General Public License v3.0
0 stars 3 forks source link

Monthsecs constant add #100

Closed marcghaly closed 2 years ago

marcghaly commented 2 years ago

Hi @jaypha,

This is a fix for a constant used in the collector/database/chart.php, Warning: Use of undefined constant MONTHSECS - assumed 'MONTHSECS' (this will throw an Error in a future version of PHP) in /admin/tool/cloudmetrics/collector/database/chart.php on line 79, Warning: A non-numeric value encountered, it seems this constant is not defined in lib/moodlelib.php.

Regards,

Marc