Issue #1215404 by brianV, pillarsdotnet: Fixed Remove assignment to unused variable $export_data from book_export_html() function.

merge-requests/26/head
David Rothstein 2013-03-10 21:25:23 -04:00
parent ec118af13b
commit e0fa18896a
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ function book_export($type, $nid) {
*/
function book_export_html($nid) {
if (user_access('access printer-friendly version')) {
$export_data = array();
$node = node_load($nid);
if (isset($node->book)) {
$tree = book_menu_subtree_data($node->book);