einrückungen

This commit is contained in:
Andreas Moik
2016-03-04 09:13:38 +01:00
parent 506a05de92
commit 87bc06383d
2 changed files with 174 additions and 174 deletions
+3 -3
View File
@@ -193,10 +193,10 @@ class studienplatz extends basis_db
while($row = $this->db_fetch_object())
{
$rec = new studienplatz();
$this->mapRow($rec, $row);
$rec = new studienplatz();
$this->mapRow($rec, $row);
$this->result[] = $rec;
}
}
return true;
}