Changeset 6978

Show
Ignore:
Timestamp:
10/13/08 23:17:56 (5 years ago)
Author:
sasargen
Message:

small fix for ARI changes after merge from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/ari_changes/amp_conf/htdocs/recordings/includes/main.conf.php

    r6977 r6978  
    7979 
    8080# 
    81 # Authentication password to unlock cookie password and voicemail links 
     81# Authentication password to unlock cookie password 
    8282#   This must be all continuous and only letters and numbers 
    8383#   Change this password to prevent unauthorized access to cookie contents 
  • freepbx/branches/ari_changes/amp_conf/htdocs/recordings/modules/voicemail.module

    r6977 r6978  
    432432          $_SESSION['ari_error'] = _("Voicemail recording(s) was not found.") . "<br>" . 
    433433                                   sprintf(_("On settings page, change voicemail audio format.  It is currently set to %s"),$voicemail_audio_format); 
    434           $recordingLink = "<a href='#' onClick=\"javascript:popUp('misc/recording_popup.php?recindex=$i&date=" . $date . "&time=" . $time . "'); return false;\"> 
    435             " . _("play") . " 
    436           </a>"; 
    437434        } 
    438435