Weight Bug

antgiant - September 4, 2007 - 14:04
Project:HTML2Book
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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]++;

 
 

Drupal is a registered trademark of Dries Buytaert.