Update dialplan_edit.php

This commit is contained in:
FusionPBX
2017-04-14 21:49:53 -06:00
committed by GitHub
parent bbe117cd0e
commit d7e0935037

View File

@@ -239,8 +239,10 @@
unset ($prep_statement, $sql);
//create a new array that is sorted into groups and put the tags in order conditions, actions, anti-actions
$x = 0;
$details = '';
//set the array index
$x = 0;
//define the array
$details = array();
//conditions
if (is_array($result)) foreach($result as $row) {
if ($row['dialplan_detail_tag'] == "condition") {