### Eclipse Workspace Patch 1.0
#P drupal-contrib-cvs
Index: modules/comment_info/comment_info.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_info/Attic/comment_info.module,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 comment_info.module
--- modules/comment_info/comment_info.module	5 Jun 2006 19:27:32 -0000	1.1.2.1
+++ modules/comment_info/comment_info.module	27 Dec 2006 19:46:36 -0000
@@ -7,21 +7,14 @@
  * This module provides persistant anonymous guest comment info.
  */
 
-/**
- * Implementation of hook_help().
- */
-function comment_info_help($section) {
-  switch ($section) {
-    case 'admin/modules#description':
-      return t('Sticky Guest Comment info.');
-      break;
-  }
-}
-
 /** 
  * Insert our checkbox, and populate fields.
  * set validation hook.
  */
+ 
+/** 
+ * implementation of hook_form_alter.
+ */
 function comment_info_form_alter($form_id, &$form) { 
 
   global $user;
Index: modules/comment_info/comment_info.info
===================================================================
RCS file: modules/comment_info/comment_info.info
diff -N modules/comment_info/comment_info.info
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ modules/comment_info/comment_info.info	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,3 @@
+; $Id: comment_info.info,v 1.3 2006/11/21 20:55:33 mfer Exp $
+name = Comment info
+description = Sticky Guest Comment info.
