mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
Update Funktion getAngrenzendenKrankenstand
This commit is contained in:
@@ -619,7 +619,10 @@ class zeitsperre extends basis_db
|
||||
AND
|
||||
bisdatum < '.$this->db_add_param($vonDay) . '
|
||||
AND
|
||||
bisdatum >= '.$this->db_add_param($DateToCheck) .';';
|
||||
bisdatum >= '.$this->db_add_param($DateToCheck) .'
|
||||
ORDER BY bisdatum DESC
|
||||
LIMIT 1
|
||||
;';
|
||||
|
||||
if (!$this->db_query($qry))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user