Changeset 5078 for modules

Show
Ignore:
Timestamp:
09/30/07 23:46:29 (6 years ago)
Author:
p_lindheimer
Message:

#2409 syntax error in audio.php could cause playback problems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/recordings/audio.php

    r4898 r5078  
    2525  elseif (is_file("$path.Wav")) { $path="$path.Wav"; } 
    2626  elseif (is_file("$path.WAV")) { $path="$path.WAV"; } 
    27   elseif (is_file("$path.mp3")) { $path=$path.mp3; } 
     27  elseif (is_file("$path.mp3")) { $path="$path.mp3"; } 
    2828  elseif (is_file("$path.gsm")) { $path="$path.gsm"; } 
    2929  elseif (!is_file($path)) { die("<b>404 File not found!: $opath </b>"); } 
  • modules/branches/2.3/recordings/module.xml

    r4899 r5078  
    22  <rawname>recordings</rawname> 
    33  <name>Recordings</name> 
    4   <version>3.3.5.2</version> 
     4  <version>3.3.5.3</version> 
    55  <candisable>no</candisable> 
    66  <canuninstall>no</canuninstall> 
     
    99  <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 
    1010  <changelog> 
     11    *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 
    1112    *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key 
    1213    *3.3.5.1* bump for rc1