Skip to content

Commit

Permalink
Removed all tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
exe-cutor committed May 17, 2006
1 parent d2c77a0 commit fca3ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth/shibboleth/index.php
Expand Up @@ -16,7 +16,7 @@


redirect($urltogo); redirect($urltogo);
} }

$pluginconfig = get_config('auth/shibboleth'); $pluginconfig = get_config('auth/shibboleth');


// Check whether Shibboleth is configured properly // Check whether Shibboleth is configured properly
Expand Down
4 changes: 2 additions & 2 deletions auth/shibboleth/lib.php
Expand Up @@ -65,7 +65,7 @@ function auth_get_userinfo($username) {


function auth_shib_attributes(){ function auth_shib_attributes(){
//returns array containg attribute mappings between Moodle and shibboleth //returns array containg attribute mappings between Moodle and shibboleth
global $CFG; global $CFG;


$pluginconfig = get_config('auth/shibboleth'); $pluginconfig = get_config('auth/shibboleth');
$pluginconfig = (array) $pluginconfig; $pluginconfig = (array) $pluginconfig;
Expand All @@ -82,6 +82,6 @@ function auth_shib_attributes(){
} }
$moodleattributes['username']=$pluginconfig["shib_user_attribute"]; $moodleattributes['username']=$pluginconfig["shib_user_attribute"];


return $moodleattributes; return $moodleattributes;
} }
?> ?>

0 comments on commit fca3ef1

Please sign in to comment.