mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
@@ -70,9 +70,10 @@ class zeitsperre
|
||||
WHERE mitarbeiter_uid='".addslashes($uid)."'";
|
||||
|
||||
if($bisgrenze)
|
||||
$qry.=" AND bisdatum>=now()";
|
||||
|
||||
$qry.=" AND bisdatum>=now()::date";
|
||||
|
||||
$qry.= " ORDER BY vondatum";
|
||||
//echo $qry;
|
||||
if($result = pg_query($this->conn, $qry))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user