_coder_review_6x_book_export_html_warning()sites/all/modules/coder/coder_review/includes/coder_review_6x.inc, line 1154
<?php
function _coder_review_6x_book_export_html_warning() {
return array(
'#warning' => t('Parameters to !book_export_html() have changed',
array(
'!book_export_html' => theme('drupalapi', 'book_export_html', '6')
)
),
'#link' => 'http://drupal.org/node/114774#book_module',
);
}
?>