mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -330,7 +330,7 @@ class prestudent extends person
|
||||
$ps->updatevon = $row->updatevon;
|
||||
$ps->insertamum = $row->insertamum;
|
||||
$ps->insertvon = $row->insertvon;
|
||||
$ps->ext_id_prestudent = $row->ext_id_prestudent;
|
||||
//$ps->ext_id_prestudent = $row->ext_id_prestudent;
|
||||
$this->result[]=$ps;
|
||||
$this->num_rows++;
|
||||
}
|
||||
|
||||
@@ -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