Index: coder_6x.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/includes/coder_6x.inc,v
retrieving revision 1.17.2.56
diff -u -u -p -r1.17.2.56 coder_6x.inc
--- coder_6x.inc	20 Sep 2008 16:06:29 -0000	1.17.2.56
+++ coder_6x.inc	21 Sep 2008 14:25:47 -0000
@@ -168,6 +168,7 @@ function coder_6x_reviews() {
     array(
       '#type' => 'regex',
       '#value' => '\w+_info\s*\(\s*\$field',
+      '#not' => '[\s\(]content_database_info\s*\(',
       '#warning_callback' => '_coder_6x_hook_info_auth_warning',
     ),
     array(

