This commit is contained in:
Rudolf Hangl
2010-03-10 13:09:58 +00:00
parent a30bb83285
commit 39f95bf9a8
2 changed files with 21 additions and 2 deletions
+1
View File
@@ -365,6 +365,7 @@ class pruefung extends basis_db
$qry .= " AND tbl_lehreinheit.studiensemester_kurzbz = '".addslashes($stsem)."'";
$qry .= " ORDER BY datum DESC";
if($this->db_query($qry))
{
while($row = $this->db_fetch_object())