Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
book.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2006 at 23:17 UTC
Updated:
9 Apr 2006 at 19:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
chx commentedtry b6 and report back. imo this is fixed.
Comment #2
keve commentedThis patch is for cvs.
(This bug also affects 4.6.5)
Comment #3
keve commentedSorry, chx. I have not noticed your comment.
This issue is not fixed with beta6. My patch fixes, the db_rewrite_sql query.
Comment #4
puregin commentedSigh, I thought I'd managed to remove
_book_get_depth()from the 4.7 version. Must have been in a patch that didn't make it through.The proper fix would be to remove this function and replace with calls to
book_location(). Give me a mo' to whip up a patch.Djun
Comment #5
puregin commentedOK, here is said patch.
Comment #6
puregin commentedOK, here is said patch.
This removes the redundant
_book_get_depth()function; and replaces the one call to this with a callbook_locationlocation instead. Less code to maintain.Comment #7
killes@www.drop.org commentedtested, export still works, applied
Comment #8
(not verified) commented