mirror of
https://github.com/redmine/redmine.git
synced 2026-01-19 05:53:02 +01:00
Creator property added for generated pdf files
git-svn-id: http://redmine.rubyforge.org/svn/trunk@224 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -22,6 +22,11 @@ module IfpdfHelper
|
||||
class IFPDF < FPDF
|
||||
|
||||
attr_accessor :footer_date
|
||||
|
||||
def initialize
|
||||
super
|
||||
SetCreator("redMine #{Redmine::VERSION}")
|
||||
end
|
||||
|
||||
def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
|
||||
@ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
|
||||
|
||||
Reference in New Issue
Block a user