summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-01 21:01:03 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-01 21:01:03 -0400
commit53046f0b665f86b6f9271a73cdb1e073eb69c7db (patch)
treeae54b75df87989e5b22f46a794dcc162c6e3f631
parentaeb0b414ced3f16a126f794f185216385b950248 (diff)
downloaddrupal-authfas-6x-53046f0b665f86b6f9271a73cdb1e073eb69c7db.tar.gz
drupal-authfas-6x-53046f0b665f86b6f9271a73cdb1e073eb69c7db.tar.xz
drupal-authfas-6x-53046f0b665f86b6f9271a73cdb1e073eb69c7db.zip
Add warning that this module is useless right now
-rw-r--r--authfas.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/authfas.module b/authfas.module
index 28535c5..6a07c54 100644
--- a/authfas.module
+++ b/authfas.module
@@ -9,6 +9,7 @@ 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;