4
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -124,7 +124,7 @@ try { | ... | @@ -124,7 +124,7 @@ try { |
| 124 | $fit_optlist = "firstlinedist=capheight"; | 124 | $fit_optlist = "firstlinedist=capheight"; |
| 125 | 125 | ||
| 126 | 126 | ||
| 127 | $p->fit_textflow($textline, $textLRight, $textLUp, 190,120 ,$fit_optlist); | 127 | $result = $p->fit_textflow($textline, $textLRight, $textLUp, 190,120 ,$fit_optlist); |
| 128 | 128 | ||
| 129 | } else if ($row->change_type == 'img') { | 129 | } else if ($row->change_type == 'img') { |
| 130 | 130 | ... | ... |
-
Please register or sign in to post a comment