mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update dialplans.php (#4789)
This commit is contained in:
@@ -445,8 +445,7 @@
|
||||
}
|
||||
echo "<br><br>";
|
||||
|
||||
if (is_array($dialplans)) {
|
||||
if (sizeof($dialplan_ids) > 0) {
|
||||
if (!empty($dialplan_ids) && sizeof($dialplan_ids) > 0) {
|
||||
echo "<script>\n";
|
||||
echo " function check(what) {\n";
|
||||
echo " document.getElementById('chk_all').checked = (what == 'all') ? true : false;\n";
|
||||
@@ -456,7 +455,6 @@
|
||||
echo " }\n";
|
||||
echo "</script>\n";
|
||||
}
|
||||
}
|
||||
|
||||
unset($dialplans, $row);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user