mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove a duplicate domain_uuid.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user