Merge branch 'ConstructionConsent/modify-faulty-view' into 'master'
modified faulty view See merge request fronk/thetool!1375
This commit is contained in:
@@ -293,8 +293,8 @@ AND (
|
|||||||
)
|
)
|
||||||
LIMIT 1";
|
LIMIT 1";
|
||||||
|
|
||||||
$result = $db->query($sql);
|
$res = $db->query($sql);
|
||||||
return $result->rowCount() > 0;
|
return ($res->num_rows > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getFaultyOwnerEntries($projectId = null) {
|
public static function getFaultyOwnerEntries($projectId = null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user