4
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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_textline($textline, $textLRight, $textLUp, $num_optlist,'170', '120', 'verticalalign=center')); | 123 | $p->fit_textline($textline, $textLRight, $textLUp, $num_optlist,'170', '120', 'verticalalign=center'); |
| 124 | 124 | ||
| 125 | } else if ($row->change_type == 'img') { | 125 | } else if ($row->change_type == 'img') { |
| 126 | 126 | ... | ... |
-
Please register or sign in to post a comment