Index: coder_6x.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/includes/coder_6x.inc,v
retrieving revision 1.17.2.68
diff -u -p -r1.17.2.68 coder_6x.inc
--- coder_6x.inc 24 Sep 2008 16:40:17 -0000 1.17.2.68
+++ coder_6x.inc 29 Sep 2008 10:51:33 -0000
@@ -185,7 +185,8 @@ function coder_6x_reviews() {
     ),
     array(
       '#type' => 'regex',
-      '#value' => '_(info)\s*\(\s*\$field',
+      '#value' => '\w+_info\s*\(\s*\$field',
+      '#not' => 'content_database_info\s*\(',
       '#warning_callback' => '_coder_6x_hook_info_auth_warning',
     ),
     array(
