mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Anzeige jüngster Eintrag Berufstätigkeit
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user