From 347916a1d00367a4ae1e7f00e463c0b86bb47158 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 1 Jul 2010 19:50:09 -0400 Subject: Remove unnecessary comment --- authfas.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authfas.module') 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 = '

'. t("Authentication to the Fedora Account System (FAS)") .'

'; -- cgit