Forráskód Böngészése

Remove a duplicate domain_uuid.

FusionPBX 5 éve
szülő
commit
f9ddfba613
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      core/domains/domains.php

+ 1 - 1
core/domains/domains.php

@@ -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;