_coder_review_7x_hook_perm_warning()sites/all/modules/coder/coder_review/includes/coder_review_7x.inc, line 1364
<?php
function _coder_review_7x_hook_perm_warning() {
return array(
'#warning' => t('!hook_perm() has been renamed to !hook_permission().',
array(
'!hook_perm' => theme('drupalapi', 'hook_perm', 6),
'!hook_permission' => theme('drupalapi', 'hook_permission', 7),
)
),
'#link' => 'http://drupal.org/node/224333#hook_permission',
);
}
?>