Anzeige jüngster Eintrag Berufstätigkeit

This commit is contained in:
manu
2021-07-09 08:28:26 +02:00
parent 5d48b0aad0
commit a10cacaf4b
+1 -1
View File
@@ -411,7 +411,7 @@ class notiz extends basis_db
$qry .= " AND prestudent_id = ".$this->db_add_param($prestudent_id, FHC_INTEGER);
}
$qry .= " ORDER BY notiz_id";
$qry .= " ORDER BY notiz_id DESC";
if($result = $this->db_query($qry))
{