mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -125,7 +125,7 @@ class reihungstest
|
||||
$qry = "SELECT * FROM public.tbl_reihungstest ";
|
||||
if($datum!=null)
|
||||
$qry.=" WHERE datum>='$datum'";
|
||||
$qry.=" ORDER BY datum, uhrzeit";
|
||||
$qry.=" ORDER BY datum DESC, uhrzeit";
|
||||
if($result = pg_query($this->conn, $qry))
|
||||
{
|
||||
while($row = pg_fetch_object($result))
|
||||
|
||||
Reference in New Issue
Block a user