Changeset 7854
- Timestamp:
- 06/20/09 19:53:20 (1 year ago)
- Files:
-
- modules/branches/2.4/ivr/page.ivr.php (modified) (1 diff)
- modules/branches/2.5/ivr/page.ivr.php (modified) (1 diff)
- modules/branches/2.6/ivr/page.ivr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/ivr/page.ivr.php
r5824 r7854 147 147 $vmcontexts = array_keys($tresults); 148 148 foreach ($vmcontexts as $vmc) { 149 if ($vmc != 'general' )149 if ($vmc != 'general') && ($vmc != 'zonemessages) 150 150 echo '<option value="'.$vmc.'"'.($vmc == $ivr_details['dircontext'] ? ' SELECTED' : '').'>'.$vmc."</option>\n"; 151 151 } modules/branches/2.5/ivr/page.ivr.php
r7342 r7854 207 207 $vmcontexts = array_keys($vm_results); 208 208 foreach ($vmcontexts as $vmc) { 209 if ($vmc != 'general' )209 if ($vmc != 'general') && ($vmc != 'zonemessages') 210 210 echo '<option value="'.$vmc.'"'.($vmc == $ivr_details['dircontext'] ? ' SELECTED' : '').'>'.$vmc."</option>\n"; 211 211 } modules/branches/2.6/ivr/page.ivr.php
r7320 r7854 207 207 $vmcontexts = array_keys($vm_results); 208 208 foreach ($vmcontexts as $vmc) { 209 if ($vmc != 'general' )209 if ($vmc != 'general') && ($vmc != 'zonemessages) 210 210 echo '<option value="'.$vmc.'"'.($vmc == $ivr_details['dircontext'] ? ' SELECTED' : '').'>'.$vmc."</option>\n"; 211 211 }
