Update html.form.class.php
This commit is contained in:
parent
71b95f3511
commit
828e65c724
@ -4464,7 +4464,7 @@ class Form
|
|||||||
$sql .= " WHERE 1=1";
|
$sql .= " WHERE 1=1";
|
||||||
if ($status != 2) {
|
if ($status != 2) {
|
||||||
$sql .= " AND status = ".(int) $status;
|
$sql .= " AND status = ".(int) $status;
|
||||||
}isset($objecttmp->ismultientitymanaged) &&
|
}
|
||||||
if ($filtre) {
|
if ($filtre) {
|
||||||
$sql .= " AND ".$filtre;
|
$sql .= " AND ".$filtre;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user