summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 16a5e50..2038071 100644
--- a/authfas.module
+++ b/authfas.module
@@ -9,7 +9,6 @@ function authfas_help($path, $arg) {
switch ($path) {
case "admin/help#authfas":
$output = '<p>'. t("Authentication to the Fedora Account System (FAS)") .'</p>';
- $output .= '<p><em>'. t("Note that this module doesn't actually function yet.") .'</em></p>';
break;
}
return $output;