From 5854a4259b5bf9f69893e6814ea5ab71eae326f0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 2 Oct 2013 01:29:43 +0000 Subject: [PATCH] Escape the $ used in the double quotes. --- app/call_center/app_languages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_center/app_languages.php b/app/call_center/app_languages.php index 3f437451d3..c826cc7602 100644 --- a/app/call_center/app_languages.php +++ b/app/call_center/app_languages.php @@ -128,8 +128,8 @@ $text['description-strategy']['fr-fr'] = ""; $text['description-music_on_hold']['en-us'] = "Select the desired hold music."; $text['description-music_on_hold']['fr-fr'] = ""; - $text['description-record_template']['en-us'] = "Enter a record template. $${base_dir}/recordings/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"; - $text['description-record_template']['fr-fr'] = "Entrer un modèle d\'enregistrement. $${base_dir}/recordings/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"; + $text['description-record_template']['en-us'] = "Enter a record template. \$\${base_dir}/recordings/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.wav"; + $text['description-record_template']['fr-fr'] = "Entrer un modèle d\'enregistrement. \$\${base_dir}/recordings/archive/\${strftime(%Y)}/\${strftime(%b)}/\${strftime(%d)}/\${uuid}.wav"; $text['description-time_base_score']['en-us'] = "Select the time base score."; $text['description-time_base_score']['fr-fr'] = ""; $text['description-max_wait_time']['en-us'] = "Enter the max wait time.";