Merge branch 'ConstructionConsent/modify-faulty-view' into 'master'

modified faulty view

See merge request fronk/thetool!1375
This commit is contained in:
Luca Haid
2025-05-20 12:12:10 +00:00
@@ -293,8 +293,8 @@ AND (
)
LIMIT 1";
$result = $db->query($sql);
return $result->rowCount() > 0;
$res = $db->query($sql);
return ($res->num_rows > 0);
}
public static function getFaultyOwnerEntries($projectId = null) {