Bugfix beim Speichern von Studiengängen

This commit is contained in:
Andreas Österreicher
2010-08-16 12:48:37 +00:00
parent 7347f79067
commit 28780620d9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ class studiengang extends basis_db
'testtool_sprachwahl='.($this->testtool_sprachwahl?'true':'false').', '.
'studienplaetze='.$this->addslashes($this->studienplaetze).', '.
'lgartcode='.$this->addslashes($this->lgartcode).', '.
'mischform='.($this->mischform?'true':'false').', '.
'mischform='.($this->mischform?'true':'false').' '.
'WHERE studiengang_kz='.$this->addslashes($this->studiengang_kz).';';
}