bool check, ob addon-tabelle existiert

This commit is contained in:
Gerald Raab
2018-08-24 11:46:09 +02:00
parent 4a19125ddd
commit 20993b006a
+1 -1
View File
@@ -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);