@@ -111,8 +111,8 module Redmine | |||
|
111 | 111 | Cell(w,h,fix_text_encoding(txt),border,ln,align,fill,link) |
|
112 | 112 | end |
|
113 | 113 | |
|
114 | def RDMMultiCell(w,h=0,txt='',border=0,align='',fill=0) | |
|
115 | MultiCell(w,h,fix_text_encoding(txt),border,align,fill) | |
|
114 | def RDMMultiCell(w, h=0, txt='', border=0, align='', fill=0, ln=1) | |
|
115 | MultiCell(w, h, fix_text_encoding(txt), border, align, fill, ln) | |
|
116 | 116 | end |
|
117 | 117 | |
|
118 | 118 | def Footer |
General Comments 0
You need to be logged in to leave comments.
Login now