From e0115b0e991987afd3d62ca8aeb69dc711ead337 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 18 Jan 2015 10:15:38 +0000 Subject: [PATCH] Add the text class to more of the optional applications. --- app/voicemails/voicemails.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/voicemails/voicemails.php b/app/voicemails/voicemails.php index c8f165c4cb..e0a44d1fb7 100644 --- a/app/voicemails/voicemails.php +++ b/app/voicemails/voicemails.php @@ -48,12 +48,9 @@ else { } } -//get the http values and set them as variables - $search = check_str($_GET["search"]); - if (isset($_GET["order_by"])) { - $order_by = check_str($_GET["order_by"]); - $order = check_str($_GET["order"]); - } +//add multi-lingual support + $language = new text; + $text = $language->get(); //additional includes require_once "resources/header.php";