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