$result=db_query(db_rewrite_sql('SELECT n.nid, n.title, b.weight FROM {node} n INNER JOIN {book} b ON n.vid = b.vid WHERE n.status = 1 AND n.nid = %d ORDER BY b.weight, n.title'),$nid);
while($page=db_fetch_object($result)){
// Load the node:
...
...
@@ -802,7 +804,7 @@ function book_node_visitor_html_pre($node, $depth, $nid) {
// Allow modules to make their own additions to the node.