- Geänderte Master/Bachelor Diplome und Zeugnisse

- PDF generator fix
This commit is contained in:
Markus Pospischil
2010-06-14 09:28:26 +00:00
parent b37d44331f
commit 93c459f6b3
8 changed files with 782 additions and 3 deletions
+2 -1
View File
@@ -251,8 +251,9 @@ class MyPdf extends FPDF {
$nb++;
//oesi - wenn er die zeileumbricht dann soll in der naechsten zeile um
//1 eingerueckt werden sonst schaut des in einer tablle nicht gut aus
//$this->GetStringWidth(" ") statt '1' is bessa - MP
if($width!=0)
$x = $xNewLine+1;
$x = $xNewLine+$this->GetStringWidth(" ");
else
$x = $xNewLine;
} while ($width > 0);