fixed bugs

This commit is contained in:
Stefan Puraner
2016-03-31 11:57:50 +02:00
parent e286e70b0b
commit 093c70eeb4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -609,8 +609,8 @@ class studienplan extends basis_db
$this->updateamum = $row->updateamum;
$this->updatevon = $row->updatevon;
$this->sort = $row->sort;
$this->curriculum = $row->curriculum;
$this->export = $row->export;
$this->curriculum = $this->db_parse_bool($row->curriculum);
$this->export = $this->db_parse_bool($row->export);
$this->new=false;
return true;
}