Changeset 5112

Show
Ignore:
Timestamp:
10/10/07 01:10:43 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 5109 via svnmerge from
http://svn.freepbx.org/modules/branches/2.4

........

r5109 | p_lindheimer | 2007-10-09 22:02:28 -0700 (Tue, 09 Oct 2007) | 1 line


#2426 remove non-functioning download link

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3

    • Property svnmerge-integrated changed from /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097,5103 to /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674,3680,3686,3692,3702,3706,3710,3716,3758,3760,3762-3765,3767-3785,3787-3789,3801,3810,3828,3831,3839,3860,3866,3875,3877,3887,3899,3911,3913,3943,3982-3983,3990,3998,4007,4022-4023,4089,4092,4098,4265,4285 /modules/branches/2.4:1-5079,5090,5093,5097,5103,5109
  • modules/branches/2.3/recordings/module.xml

    r5079 r5112  
    22  <rawname>recordings</rawname> 
    33  <name>Recordings</name> 
    4   <version>3.3.5.3</version> 
     4  <version>3.3.5.4</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.4* #2426 remove non-functioning download link 
    1112    *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 
    1213    *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key 
  • modules/branches/2.3/recordings/popup.php

    r4898 r5112  
    3232    echo("<br>"); 
    3333    echo("<embed src='audio.php?cryptpass=$REC_CRYPT_PASSWORD&recording=$file' width=300, height=20 autoplay=true loop=false></embed><br>"); 
    34     echo("<br><a class='popup_download' href=".dirname(__FILE__)."/audio.php?cryptpass=$REC_CRYPT_PASSWORD&recording=$ufile>" . _("download: $ufile") . "</a><br>"); 
     34    echo("<br><h1 class='popup_download'>playing: $file</h1><br>"); 
    3535  } 
    3636?>