MDL-9742 - changed tabs to spaces in a few places where there are one

or two
This commit is contained in:
poltawski 2007-05-08 15:07:25 +00:00
parent 3ef1be377b
commit a044c05ddb
24 changed files with 85 additions and 85 deletions

View file

@ -162,7 +162,7 @@ Example file:
$result["country"] = $country;
$result["department"] = $institution;
$result["description"] = "I am a Shibboleth user";
}
?>

View file

@ -148,9 +148,9 @@ class auth_plugin_shibboleth extends auth_plugin_base {
function loginpage_hook() {
global $SESSION, $CFG;
// Prevent username from being shown on login page after logout
$CFG->nolastloggedin = true;
// Prevent username from being shown on login page after logout
$CFG->nolastloggedin = true;
return;
}

View file

@ -44,7 +44,7 @@
// Don't show username on login page
set_moodle_cookie('nobody');
set_login_session_preferences();
unset($SESSION->lang);