Remove a duplicate domain_uuid.

This commit is contained in:
FusionPBX
2020-07-10 09:44:53 -06:00
committed by GitHub
parent 95faf76f97
commit 42a926684a

View File

@@ -164,7 +164,7 @@
$offset = $rows_per_page * $page;
//get the list
$sql = "select domain_uuid, domain_name, domain_uuid, cast(domain_enabled as text), domain_description ";
$sql = "select domain_uuid, domain_name, cast(domain_enabled as text), domain_description ";
$sql .= "from v_domains ";
if (isset($sql_search)) {
$sql .= "where ".$sql_search;