From ca007c77ec2176580b95ab96a35467fe935b43ef 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 46eb86a212a55aa93210551b56fbf4e206a7bf50..373dac0d1cfaf547784da5b35e8d55f1c701009c 100644 --- a/modules/book/book.pages.inc +++ b/modules/book/book.pages.inc @@ -72,7 +72,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