Tippfehler ausgebessert

This commit is contained in:
Manfred Kindl
2014-06-02 11:48:42 +00:00
parent 236028c398
commit d6bed5dbe4
+1 -1
View File
@@ -817,7 +817,7 @@ class person extends basis_db
$this->kurzbeschreibung = $row->kurzbeschreibung;
$this->zugangscode = $row->zugangscode;
$this->foto_sperre = $this->db_parse_bool($row->foto_sperre);
$this->matrikelnummer = $this->row->matrikelnummer;
$this->matr_nr = $row->matr_nr;
}
else
{