Changeset 7866
- Timestamp:
- 06/23/09 13:23:02 (1 year ago)
- Files:
-
- modules/branches/2.6 (modified) (1 prop)
- modules/branches/2.6/ivr/module.xml (modified) (2 diffs)
- modules/branches/2.6/ivr/page.ivr.php (modified) (1 diff)
- modules/branches/2.6/weakpasswords/i18n/ru_RU (copied) (copied from modules/branches/2.5/weakpasswords/i18n/ru_RU)
- modules/branches/2.6/weakpasswords/i18n/ru_RU/LC_MESSAGES (copied) (copied from modules/branches/2.5/weakpasswords/i18n/ru_RU/LC_MESSAGES)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6
- Property svnmerge-integrated changed from /modules/branches/2.5:1-7806 to /modules/branches/2.4:1-5852,5908 /modules/branches/2.6:1-7080,7132,7158-7174,7177,7179-7186,7191-7202,7204-7226,7228-7250,7252-7273,7279-7286,7289-7292,7294-7295,7297-7312,7317-7331,7333-7340,7411,7413,7415-7417,7419-7420,7423-7434,7438-7439,7441-7442,7444-7446,7458-7469,7553,7609-7622,7786
modules/branches/2.6/ivr/module.xml
r7674 r7866 2 2 <rawname>ivr</rawname> 3 3 <name>IVR</name> 4 <version>2.6.0. 0</version>4 <version>2.6.0.1</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.6.0.1* #3732 11 12 *2.6.0.0* #3384, add hook support 12 13 *2.5.20.5* localization string enclosures modules/branches/2.6/ivr/page.ivr.php
r7854 r7866 207 207 $vmcontexts = array_keys($vm_results); 208 208 foreach ($vmcontexts as $vmc) { 209 if ( $vmc != 'general') && ($vmc != 'zonemessages)209 if (($vmc != 'general') && ($vmc != 'zonemessages')) { 210 210 echo '<option value="'.$vmc.'"'.($vmc == $ivr_details['dircontext'] ? ' SELECTED' : '').'>'.$vmc."</option>\n"; 211 } 211 } 212 } 212 213 ?> 213 214 </select>
