PDF: add missing rfpdf requires (#61).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5248 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-03-30 03:26:01 +00:00 committed by Eric Davis
parent 3a58444199
commit 9b3b0770ac
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@
require 'iconv'
require 'rfpdf/fpdf'
require 'rfpdf/chinese'
require 'fpdf/chinese'
require 'fpdf/japanese'
require 'fpdf/korean'
module Redmine
module Export