Changeset 7859

Show
Ignore:
Timestamp:
06/23/09 15:40:39 (4 years ago)
Author:
p_lindheimer
Message:

ref #3732 missing enclosing ()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/ivr/page.ivr.php

    r7854 r7859  
    207207          $vmcontexts = array_keys($vm_results); 
    208208          foreach ($vmcontexts as $vmc) { 
    209             if ($vmc != 'general') && ($vmc != 'zonemessages')  
     209            if (($vmc != 'general') && ($vmc != 'zonemessages')) { 
    210210              echo '<option value="'.$vmc.'"'.($vmc == $ivr_details['dircontext'] ? ' SELECTED' : '').'>'.$vmc."</option>\n"; 
    211             } 
     211            } 
     212          } 
    212213          ?> 
    213214        </select>