From f7069c7e4f099c594e80385ee7833bacb6849ceb Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Mon, 11 Jul 2011 13:50:48 -0400 Subject: [PATCH] Issue #1215404 by pillarsdotnet: Remove assigment to unused variable $export_data from book_export_html() function. --- modules/book/book.pages.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/modules/book/book.pages.inc b/modules/book/book.pages.inc index 1617f008503977e66e66e6122444864b9ae4bd9a..26bd53b93a29a297b7a7e6ccadf90d8941c3dd0a 100644 --- a/modules/book/book.pages.inc +++ b/modules/book/book.pages.inc @@ -71,7 +71,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); -- 1.7.4.1