MDL-8590 auth cleanup - part 7 and MDL-8598

This commit is contained in:
skodak 2007-02-21 21:48:48 +00:00
parent 430759a5fe
commit 9696bd8966
4 changed files with 84 additions and 23 deletions

View file

@ -138,9 +138,6 @@ function xmldb_main_upgrade($oldversion=0) {
if (strpos($k, 'auth_') !== 0) {
continue;
}
if ($k == 'auth_instructions') {
continue; //keep as global auth option
}
$authsetting = substr($k, 5);
foreach ($authplugins as $auth) {
if (strpos($authsetting, $auth) !== 0) {