? hook_form_alter.patch
? views
Index: comment_upload.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_upload/comment_upload.module,v
retrieving revision 1.7.2.17
diff -u -p -r1.7.2.17 comment_upload.module
--- comment_upload.module	15 Sep 2008 16:45:15 -0000	1.7.2.17
+++ comment_upload.module	29 Jan 2009 19:23:27 -0000
@@ -89,9 +89,6 @@ function comment_upload_form_alter(&$for
       '#weight' => 20,
     );
   }
-  elseif ($form_id == 'comment_form') {
-    comment_upload_alter_comment_form($form, $form_state);
-  }
 }
 
 /**
@@ -99,7 +96,7 @@ function comment_upload_form_alter(&$for
  *
  * Note; not a hook implementation.
  */
-function comment_upload_alter_comment_form(&$form, $form_state) {
+function comment_upload_form_comment_form_alter(&$form, $form_state) {
 
   if (!user_access('upload files to comments')) {
     return;
