- Bugfix beim Speichern von Studiengängen

This commit is contained in:
Andreas Österreicher
2009-09-09 13:23:09 +00:00
parent ea4879e0bc
commit 830f2f7920
2 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ class studiengang extends basis_db
'telefon='.$this->addslashes($this->telefon).', '.
'orgform_kurzbz='.$this->addslashes($this->orgform_kurzbz).', '.
'aktiv='.$this->addslashes($this->aktiv).', '.
'oe_kurzbz='.$this->oe_kurzbz.','.
'oe_kurzbz='.$this->addslashes($this->oe_kurzbz).','.
'zusatzinfo_html='.$this->addslashes($this->zusatzinfo_html).' '.
'WHERE studiengang_kz='.$this->addslashes($this->studiengang_kz).';';
}