Studenten-Modul Erweiterungen

This commit is contained in:
Andreas Österreicher
2007-04-12 15:47:36 +00:00
parent f614dcf542
commit 07b2993810
11 changed files with 581 additions and 72 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ class student extends benutzer
' gruppe='.$this->addslashes($this->gruppe).
" WHERE student_uid='".addslashes($this->uid)."';";
}
if(pg_query($this->conn,$qry))
{
pg_query($this->conn,'COMMIT;');