summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-01 19:50:09 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-01 19:50:09 -0400
commit347916a1d00367a4ae1e7f00e463c0b86bb47158 (patch)
tree77815913deba9c928e6e047ae7bec6c65c123732 /authfas.module
parent25fa66bd141c1cf78e2163fdb22de0d40ecc0626 (diff)
downloaddrupal-authfas-6x-347916a1d00367a4ae1e7f00e463c0b86bb47158.tar.gz
drupal-authfas-6x-347916a1d00367a4ae1e7f00e463c0b86bb47158.tar.xz
drupal-authfas-6x-347916a1d00367a4ae1e7f00e463c0b86bb47158.zip
Remove unnecessary comment
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 4b99cd1..55e3e23 100644
--- a/authfas.module
+++ b/authfas.module
@@ -5,7 +5,7 @@
* Implementation of hook_help().
*/
function authfas_help($path, $arg) {
- $output = ''; //declare your output variable
+ $output = '';
switch ($path) {
case "admin/help#authfas":
$output = '<p>'. t("Authentication to the Fedora Account System (FAS)") .'</p>';