It was proposed by Jerome Mouneyrac, that we take a look at moodle code and remove all the weird global variables.
I am working on this and found some globals in calendar/view.php
There is a patch attached that remove these globals passing them as function parameters.
Description
It was proposed by Jerome Mouneyrac, that we take a look at moodle code and remove all the weird global variables.
I am working on this and found some globals in calendar/view.php
There is a patch attached that remove these globals passing them as function parameters.