mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Geänderte Master/Bachelor Diplome und Zeugnisse
- PDF generator fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user