summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-10 21:25:23 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-10 21:25:23 -0400
commite0fa18896a22f3a508ba601355a09c37131d7bf3 (patch)
tree3b23d5e7bb3b92097ed8f9a52a5382b2f4278972 /modules/book
parentec118af13b9d034a63fd0a72a9c020382504d3f6 (diff)
downloadbrdo-e0fa18896a22f3a508ba601355a09c37131d7bf3.tar.gz
brdo-e0fa18896a22f3a508ba601355a09c37131d7bf3.tar.bz2
Issue #1215404 by brianV, pillarsdotnet: Fixed Remove assignment to unused variable $export_data from book_export_html() function.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.pages.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/book/book.pages.inc b/modules/book/book.pages.inc
index e5a04c5a2..ac4f3572f 100644
--- a/modules/book/book.pages.inc
+++ b/modules/book/book.pages.inc
@@ -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);