c69a8bee by Jeff Balicki

f

1 parent 896f37d9
...@@ -120,7 +120,7 @@ try { ...@@ -120,7 +120,7 @@ try {
120 } 120 }
121 $num_optlist = "fillcolor={".$fontColor." }"; 121 $num_optlist = "fillcolor={".$fontColor." }";
122 $p->setfont($font, $fontSize); 122 $p->setfont($font, $fontSize);
123 $p->fit_textflow($textline, $textLRight, $textLUp, '190','120', $num_optlist); 123 $p->fit_textflow($textline, $textLRight, $textLUp, 190,120, $num_optlist);
124 124
125 } else if ($row->change_type == 'img') { 125 } else if ($row->change_type == 'img') {
126 126
......