c8371d8b by Jeff Balicki

3

1 parent b3486b9b
...@@ -121,7 +121,6 @@ try { ...@@ -121,7 +121,6 @@ try {
121 $num_optlist = "fillcolor={".$fontColor." }"; 121 $num_optlist = "fillcolor={".$fontColor." }";
122 $p->setfont($font, $fontSize); 122 $p->setfont($font, $fontSize);
123 $p->fit_textline($textline, $textLRight, $textLUp, $num_optlist,'170', '120', 'verticalalign=center')); 123 $p->fit_textline($textline, $textLRight, $textLUp, $num_optlist,'170', '120', 'verticalalign=center'));
124 $result = $p->fit_textflow($tf, 75, $y, ;
125 124
126 } else if ($row->change_type == 'img') { 125 } else if ($row->change_type == 'img') {
127 126
......