Update users.php
This commit is contained in:
parent
63b4b9acb3
commit
776441b549
|
|
@ -100,6 +100,9 @@
|
|||
if (isset($sql_search)) {
|
||||
$sql .= "where ".$sql_search;
|
||||
}
|
||||
else {
|
||||
$sql.= "where true ";
|
||||
}
|
||||
}
|
||||
else {
|
||||
$sql .= "where (domain_uuid = :domain_uuid or domain_uuid is null) ";
|
||||
|
|
@ -131,6 +134,9 @@
|
|||
if (isset($sql_search)) {
|
||||
$sql .= "where ".$sql_search;
|
||||
}
|
||||
else {
|
||||
$sql.= "where true ";
|
||||
}
|
||||
}
|
||||
else {
|
||||
$sql .= "where (domain_uuid = :domain_uuid or domain_uuid is null) ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue