17 Sep
2005
17 Sep
'05
10:34 p.m.
Issue status update for http://drupal.org/node/31496 Post a follow up: http://drupal.org/project/comments/add/31496 Project: Drupal Version: cvs Component: book.module Category: bug reports Priority: normal Assigned to: Goba Reported by: Goba Updated by: Goba Status: patch (ready to be committed) Attachment: http://drupal.org/files/issues/Drupal.node-object-missing-from-book-export.p... (530 bytes) book_export() does three flavors of export, of which two try to use $node->title along the way. But there is no $node object to deal with. This patch actually creates that object in book_export. A simple onliner. Goba