Changeset 3076

Show
Ignore:
Timestamp:
11/15/06 19:14:19 (7 years ago)
Author:
p_lindheimer
Message:

fixes #1349: radio button defaults were not being set, should have been 'no' and not false

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/voicemail/functions.inc.php

    r3071 r3076  
    140140      extract($vmoptions, EXTR_PREFIX_ALL, "vmops"); 
    141141    } else { 
    142       $vmops_attach = false
    143       $vmops_saycid = false
    144       $vmops_envelope = false
    145       $vmops_delete = false
     142      $vmops_attach = 'no'
     143      $vmops_saycid = 'no'
     144      $vmops_envelope = 'no'
     145      $vmops_delete = 'no'
    146146    } 
    147147 
  • modules/branches/2.2/voicemail/module.xml

    r3038 r3076  
    22  <rawname>voicemail</rawname> 
    33  <name>Voicemail</name> 
    4   <version>1.4</version> 
    5   <changelog>*1.4* First release for 2.2. Fix inability to create voicemail box</changelog> 
     4  <version>1.4.1</version> 
     5  <changelog> 
     6      *1.4.1* Fixed radio button defaults to 'no' from false so they work 
     7      *1.4* First release for 2.2. Fix inability to create voicemail box 
     8  </changelog> 
    69  <description>This module allows you to configure Voicemail for a user or extension</description> 
    710  <type>setup</type>