mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update the ivr menu so that options show inline with the main ivr menu edit gui.
This commit is contained in:
@@ -114,10 +114,7 @@ else {
|
||||
echo "</td>\n";
|
||||
echo "<tr>\n";
|
||||
|
||||
if ($result_count == 0) {
|
||||
//no results
|
||||
}
|
||||
else { //received results
|
||||
if ($result_count > 0) {
|
||||
foreach($result as $row) {
|
||||
$ivr_menu_option_param = $row['ivr_menu_option_param'];
|
||||
if (strlen(trim($ivr_menu_option_param)) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user