From 331d4cdff2514ad8006ea255075197b7f5612309 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 14 Oct 2011 18:35:42 +0000 Subject: [PATCH] doc --- lam/lib/pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/pdf.inc b/lam/lib/pdf.inc index d43bd2fb..634ccd2d 100644 --- a/lam/lib/pdf.inc +++ b/lam/lib/pdf.inc @@ -70,7 +70,7 @@ function createModulePDF($accounts,$pdf_structure="default") { // The decimal separator must be a dot in order to write pdf-files setlocale(LC_NUMERIC, "C"); - $fontName = "BitstreamVeraSans-Roman"; // TODO: load font name from XML file + $fontName = "BitstreamVeraSans-Roman"; // Create a new PDF file acording to the account type $pdf = new lamPDF($load['page_definitions'],$fontName);