Feature #4050 » 0005-Do-not-require-non-existant-modules.patch
| lib/redmine/export/pdf.rb | ||
|---|---|---|
| 18 | 18 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 19 | 19 | |
| 20 | 20 |
require 'iconv' |
| 21 |
require 'rfpdf/fpdf' |
|
| 22 |
require 'rfpdf/chinese' |
|
| 23 | 21 | |
| 24 | 22 |
module Redmine |
| 25 | 23 |
module Export |