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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;