? style.patch
Index: includes/coder_style.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/coder/includes/coder_style.inc,v
retrieving revision 1.4.4.1
diff -u -p -r1.4.4.1 coder_style.inc
--- includes/coder_style.inc	22 Jan 2007 22:28:57 -0000	1.4.4.1
+++ includes/coder_style.inc	31 Jan 2007 19:40:35 -0000
@@ -113,7 +113,7 @@ function coder_style_reviews() {
     '#link' => 'http://drupal.org/node/318',
     '#rules' => $rules,
   );
-  return array('drupal' => $review);
+  return array('style' => $review);
 }
 
 /**
