ConstructionConsent live
This commit is contained in:
@@ -174,6 +174,13 @@ class ConstructionConsentFile extends mfBaseModel {
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("filename", $filter)) {
|
||||
$filename = $db->escape($filter['filename']);
|
||||
if($filename) {
|
||||
$where .= " AND ConstructionConsentFile.`filename` = '$filename'";
|
||||
}
|
||||
}
|
||||
|
||||
//var_dump($filter, $where);exit;
|
||||
return $where;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user