Dialplans: Fix check all.

This commit is contained in:
Nate 2019-10-05 09:50:28 -06:00
parent 5b52f096ae
commit bd07582560
1 changed files with 3 additions and 1 deletions

View File

@ -405,7 +405,6 @@
$c = $c == 0 ? 1 : 0; $c = $c == 0 ? 1 : 0;
} }
} }
unset($dialplans, $row);
echo "<tr>\n"; echo "<tr>\n";
echo "<td colspan='9'>\n"; echo "<td colspan='9'>\n";
@ -458,6 +457,9 @@
echo "</script>\n"; echo "</script>\n";
} }
} }
unset($dialplans, $row);
//include the footer //include the footer
require_once "resources/footer.php"; require_once "resources/footer.php";