fe35443e by Jeff Balicki

4

1 parent 3c7445b6
...@@ -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
......