_coder_review_6x_hook_info_auth_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 825
<?php
function _coder_review_6x_hook_info_auth_warning() {
return array(
'#warning' => t('hook no longer exists, use !hook_form_alter() to swap your own validation handler',
array(
'!hook_form_alter' => theme('drupalapi', 'hook_form_alter', '6'),
)
),
'#link' => 'http://drupal.org/node/114774#dist-auth',
);
}
?>