* @global string
* @return mixed String, or false if the global variables needed are not set
*/
- function me() {
- global $ME;
- return $ME;
+function me() {
+ global $ME;
+ return $ME;
}
/**
* @param string $authtype plugin type
* @return string
*/
-function auth_get_plugin_title ($authtype) {
+function auth_get_plugin_title($authtype) {
$authtitle = get_string("auth_{$authtype}title", "auth");
if ($authtitle == "[[auth_{$authtype}title]]") {
$authtitle = get_string("auth_{$authtype}title", "auth_{$authtype}");