MDL-48760 filter_mathjaxloader: Removing post-2.9 release comment

This commit is contained in:
David Monllao 2015-02-17 10:48:06 +08:00
parent 57ff8d92f9
commit be1bc2d4cb

View file

@ -47,9 +47,6 @@ function xmldb_filter_mathjaxloader_upgrade($oldversion) {
// Moodle v2.8.0 release upgrade line. // Moodle v2.8.0 release upgrade line.
// Put any upgrade step following this. // Put any upgrade step following this.
// Moodle v2.9.0 release upgrade line.
// Put any upgrade step following this.
if ($oldversion < 2015021200) { if ($oldversion < 2015021200) {
$httpurl = get_config('filter_mathjaxloader', 'httpurl'); $httpurl = get_config('filter_mathjaxloader', 'httpurl');