From 10bda1c10a7f333251ad1a5c46642a96fa175f39 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 17 Oct 2010 13:48:34 -0400 Subject: Correction, this module does function now! --- authfas.module | 1 - 1 file changed, 1 deletion(-) (limited to 'authfas.module') 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 = '

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

'; - $output .= '

'. t("Note that this module doesn't actually function yet.") .'

'; break; } return $output; -- cgit