Index: profile_csv.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/profile_csv/profile_csv.module,v
retrieving revision 1.10.2.5
diff -u -p -r1.10.2.5 profile_csv.module
--- profile_csv.module	20 May 2010 13:58:18 -0000	1.10.2.5
+++ profile_csv.module	12 Aug 2010 04:42:34 -0000
@@ -14,6 +14,7 @@ define('PROFILE_CSV_ROLE',           'pr
 define('PROFILE_CSV_PERM_DOWNLOAD',  'download profiles');
 
 function profile_csv_help($path, $arg) {
+  $output = '';
   switch ($path) {
     case "admin/modules#description":
       $output = t("Allows exporting profile data in Comma Separated Values format.");
