Update dialplan_edit.php
This commit is contained in:
@@ -239,8 +239,10 @@
|
|||||||
unset ($prep_statement, $sql);
|
unset ($prep_statement, $sql);
|
||||||
|
|
||||||
//create a new array that is sorted into groups and put the tags in order conditions, actions, anti-actions
|
//create a new array that is sorted into groups and put the tags in order conditions, actions, anti-actions
|
||||||
$x = 0;
|
//set the array index
|
||||||
$details = '';
|
$x = 0;
|
||||||
|
//define the array
|
||||||
|
$details = array();
|
||||||
//conditions
|
//conditions
|
||||||
if (is_array($result)) foreach($result as $row) {
|
if (is_array($result)) foreach($result as $row) {
|
||||||
if ($row['dialplan_detail_tag'] == "condition") {
|
if ($row['dialplan_detail_tag'] == "condition") {
|
||||||
|
|||||||
Reference in New Issue
Block a user