]> git.mjollnir.org Git - moodle.git/commitdiff
Merge MDL-12904 (db support for auth plugins) from 1.9 and 1.8
authormoodler <moodler>
Thu, 10 Jan 2008 03:51:56 +0000 (03:51 +0000)
committermoodler <moodler>
Thu, 10 Jan 2008 03:51:56 +0000 (03:51 +0000)
admin/index.php

index 355fb26317599b4cf4450d342ecb99e0260950e8..461eb960194b76a81df77a470375e6f5b3f43fe9 100644 (file)
 /// first old *.php update and then the new upgrade.php script
     upgrade_plugins('enrol', 'enrol', "$CFG->wwwroot/$CFG->admin/index.php");  // Return here afterwards
 
+/// Check all auth plugins and upgrade if necessary
+    upgrade_plugins('auth','auth',"$CFG->wwwroot/$CFG->admin/index.php");
+
 /// Check all course formats and upgrade if necessary
     upgrade_plugins('format','course/format',"$CFG->wwwroot/$CFG->admin/index.php");