Posted by antgiant on September 4, 2007 at 2:04pm
Jump to:
| Project: | HTML2Book |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
A book with many, many pages can overrun the $weight variable. This leads to pages suddenly not showing up in the final book. A quick workaround is to change line 159 from $weight[$level]++; to
if ($weight[$level] <= 15)
$weight[$level]++;
Comments
#1
Good idea, fixing this in the D6 version. Yeah, I'm really really behind on this.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.