##// END OF EJS Templates
Creator property added for generated pdf files...
Jean-Philippe Lang -
r221:a3c2c4a48af6
parent child
Show More
@@ -23,6 +23,11 module IfpdfHelper
23 23
24 24 attr_accessor :footer_date
25 25
26 def initialize
27 super
28 SetCreator("redMine #{Redmine::VERSION}")
29 end
30
26 31 def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
27 32 @ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
28 33 txt = begin
General Comments 0
You need to be logged in to leave comments. Login now