mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
bool check, ob addon-tabelle existiert
This commit is contained in:
@@ -763,7 +763,7 @@ or not exists
|
||||
";
|
||||
|
||||
$res = $this->db_query($qrytable);
|
||||
if ($this->db_fetch_row($res)[0])
|
||||
if ($this->db_fetch_row($res)[0]===true)
|
||||
{
|
||||
//check if sent timesheets for the UID exist
|
||||
$where = "uid=".$this->db_add_param($user);
|
||||
|
||||
Reference in New Issue
Block a user