summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-10-17 13:48:34 -0400
committerPaul W. Frields <stickster@gmail.com>2010-10-17 13:48:34 -0400
commit10bda1c10a7f333251ad1a5c46642a96fa175f39 (patch)
treebf8aba6999ab627237e7db9cbe45a97b39d9dcf2 /authfas.module
parent7ec4709c9bf61f96c9ed0ca2d75594ecf4053655 (diff)
downloaddrupal-authfas-6x-10bda1c10a7f333251ad1a5c46642a96fa175f39.tar.gz
drupal-authfas-6x-10bda1c10a7f333251ad1a5c46642a96fa175f39.tar.xz
drupal-authfas-6x-10bda1c10a7f333251ad1a5c46642a96fa175f39.zip
Correction, this module does function now!
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;