_coder_review_6x_drupal_install_schema_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 1242
<?php
function _coder_review_6x_drupal_install_schema_warning() {
return array(
'#warning' => t('Use the new Schema API to create, alter and drop tables rather than db_query()'),
'#link' => 'http://drupal.org/node/146862',
);
}
?>