Follow Me, Call Forward, DND: List view updates.

This commit is contained in:
Nate
2019-10-29 20:18:51 -06:00
parent c2bfcb4bc4
commit 5c69d7345e
5 changed files with 635 additions and 135 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ if (!class_exists('bridges')) {
if (is_array($records) && @sizeof($records) != 0) {
//build the delete array
foreach($records as $x => $record) {
foreach ($records as $x => $record) {
if ($record['checked'] == 'true' && is_uuid($record['uuid'])) {
$array[$this->table][$x][$this->uuid_prefix.'uuid'] = $record['uuid'];
$array[$this->table][$x]['domain_uuid'] = $_SESSION['domain_uuid'];