|
@@ -1132,8 +1132,9 @@ |
|
|
block discarded – undo |
|
1132
|
1132
|
$this->bInGrid = true;
|
|
1133
|
1133
|
|
|
1134
|
1134
|
if ($this->bMultiline) {
|
|
1135
|
|
- if ($this->getY() + (2 * $this->fltLineHeight) > $this->PageBreakTrigger)
|
|
1136
|
|
- $this->AddPage($this->CurOrientation);
|
|
|
1135
|
+ if ($this->getY() + (2 * $this->fltLineHeight) > $this->PageBreakTrigger) {
|
|
|
1136
|
+ $this->AddPage($this->CurOrientation);
|
|
|
1137
|
+ }
|
|
1137
|
1138
|
}
|
|
1138
|
1139
|
|
|
1139
|
1140
|
for ($i = 0; $i <= $this->iMaxCol; $i++) {
|
Please login to merge, or discard this patch.