This commit is contained in:
Andreas Österreicher
2007-08-21 16:22:50 +00:00
parent 6dffbb21d1
commit 8a1cdffe5d
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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))