mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Get rid of duplicate columns in ring groups and change some of the wording for 2 comments.
This commit is contained in:
@@ -116,8 +116,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$sql .= "domain_uuid, ";
|
||||
$sql .= "ring_group_destination_uuid, ";
|
||||
$sql .= "ring_group_uuid, ";
|
||||
$sql .= "domain_uuid, ";
|
||||
$sql .= "ring_group_uuid, ";
|
||||
$sql .= "destination_number, ";
|
||||
$sql .= "destination_delay, ";
|
||||
$sql .= "destination_timeout, ";
|
||||
@@ -128,8 +126,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
$sql .= "'$domain_uuid', ";
|
||||
$sql .= "'".uuid()."', ";
|
||||
$sql .= "'$ring_group_uuid', ";
|
||||
$sql .= "'$domain_uuid', ";
|
||||
$sql .= "'$ring_group_uuid', ";
|
||||
$sql .= "'$destination_number', ";
|
||||
$sql .= "'$destination_delay', ";
|
||||
$sql .= "'$destination_timeout', ";
|
||||
|
||||
Reference in New Issue
Block a user