Dialplans: Fix check all.
This commit is contained in:
parent
5b52f096ae
commit
bd07582560
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue