From d2590a08adceb9051e448034b67432ec1ab63124 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Oct 2012 23:15:31 +0000 Subject: [PATCH] Fix the app_languages include and remove an extra char from the variable name. --- app/fax/fax.php | 3 ++- app/fax/fax_edit.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/fax/fax.php b/app/fax/fax.php index 90fd9812e9..0b75f06902 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -36,7 +36,8 @@ else { require_once "includes/header.php"; require_once "includes/paging.php"; -//prepare the languages +//add multi-lingual support + require_once "app_languages.php"; foreach($content_fax as $key => $value) { $content_fax[$key] = $value[$_SESSION['domain']['language']['code']]; } diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index fc7dbcd576..90e850e42f 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -548,7 +548,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo " \n"; echo "
\n"; - echo " ".$content_fax['description-destinationa-number']."\n"; + echo " ".$content_fax['description-destination-number']."\n"; echo "Enter the fax destination number.\n"; echo "\n"; echo "\n";