Menu

#1 Bug in AcceptPageBreak() stop auto page breaks

open
nobody
None
5
2008-05-18
2008-05-18
Nick Moon
No

Trivial bug. The code to handle multicolumns is breaking the auto page break behaviour.

It is in first line of AcceptPageBreak() routine.

replace:
if (count($this->multicol>0)) {

with:
if (count($this->multicol)>0) {

Discussion


Log in to post a comment.

Monday.com Logo