fe35443e by Jeff Balicki

4

1 parent 3c7445b6
......@@ -124,7 +124,7 @@ try {
$fit_optlist = "firstlinedist=capheight";
$p->fit_textflow($textline, $textLRight, $textLUp, 190,120 ,$fit_optlist);
$result = $p->fit_textflow($textline, $textLRight, $textLUp, 190,120 ,$fit_optlist);
} else if ($row->change_type == 'img') {
......