Index: xbox_gamertag.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xbox_gamertag/xbox_gamertag.module,v
retrieving revision 1.2
diff -u -r1.2 xbox_gamertag.module
--- xbox_gamertag.module	2 Aug 2006 21:10:44 -0000	1.2
+++ xbox_gamertag.module	3 Jan 2007 12:13:27 -0000
@@ -3,8 +3,6 @@
 
 function xbox_gamertag_help($section) {
   switch ($section) {
-    case 'admin/modules#description': // This description is shown in the listing at admin/modules.
-      return t('Adds your XboxLive Gamertag to your user profile.');
   }
 } // xbox_gamertag_help
 
--- D:/Documents/Programming/Drupal/contributions/modules/xbox_gamertag/xbox_gamertag.info
+++ D:/Documents/Programming/Drupal/contributions/modules/xbox_gamertag/xbox_gamertag.info
@@ -0,0 +1,3 @@
+name = Xbox Live Gamertag
+version = 5.x-1.x-dev
+description = Adds your Xbox Live Gamertag to your user profile.


