Fehler beim Speichern von Gruppen mit Gross- und Kleinschreibung behoben

This commit is contained in:
Andreas Österreicher
2009-08-18 11:03:13 +00:00
parent c1c30e28c9
commit 1e045f8f15
+1 -1
View File
@@ -403,7 +403,7 @@ class gruppe extends basis_db
' updateamum='.$this->addslashes($this->updateamum).','.
' updatevon='.$this->addslashes($this->updatevon).','.
' orgform_kurzbz='.$this->addslashes($this->orgform_kurzbz).
" WHERE gruppe_kurzbz=".$this->addslashes(mb_strtoupper($this->gruppe_kurzbz)).";";
" WHERE gruppe_kurzbz=".$this->addslashes($this->gruppe_kurzbz).";";
}
if($this->db_query($qry))