- Bugfix Personensuche

- Bugfix Anwesenheitsliste
- Bugfix Lvinfo
- Bugfix PDF generierung
- Anpassung Lehreinheit Sync
- Erstellung von uebung.class.php
This commit is contained in:
Andreas Österreicher
2007-01-09 16:26:17 +00:00
parent 87fe8cb18b
commit dffd97632a
10 changed files with 373 additions and 12 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ class PDF extends FPDF
function Footer()
{
// Check if Footer for this page already exists (do the same for Header())
if(!$this->footerset[$this->page]) {
if(!isset($this->footerset[$this->page]) || !$this->footerset[$this->page]) {
$this->SetY(-30);
//Page number
$this->Cell(0,10,'Seite '.$this->PageNo().'/{nb}',0,0,'C');
@@ -61,7 +61,7 @@ class PDF extends FPDF
function Header()
{
// Check if Header for this page already exists (do the same for Footer())
if(!$this->headerset[$this->page]) {
if(!isset($this->headerset[$this->page]) || !$this->headerset[$this->page]) {
$this->SetFont('Arial','B',10);
$this->SetY(25);
//Page number