From 1b404b25560f5c6deca966ed766ee3f72ab224dc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 8 Nov 2014 22:13:47 +0000 Subject: [PATCH] Work on the contact labels. --- app/contacts/contact_settings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/contacts/contact_settings.php b/app/contacts/contact_settings.php index 9497568990..4d4a85505b 100644 --- a/app/contacts/contact_settings.php +++ b/app/contacts/contact_settings.php @@ -31,8 +31,8 @@ require_once "resources/check_auth.php"; require_once "resources/paging.php"; //get variables used to control the order - $order_by = $_GET["order_by"]; - $order = $_GET["order"]; + $order_by = check_str($_GET["order_by"]); + $order = check_str($_GET["order"]); //prepare to page the results $sql = "select count(*) as num_rows from v_contact_settings "; @@ -105,9 +105,9 @@ require_once "resources/paging.php"; echo " \n"; echo "\n"; echo "\n"; - echo "".$text['label-subcategory']."sub"; - echo "".$text['label-type']."type"; - echo "".$text['label-value']."value"; + echo "".$text['label-contact_subcategory']."sub"; + echo "".$text['label-contact_type']."type"; + echo "".$text['label-contact_value']."value"; echo "".$text['label-enabled'].""; echo "".$text['label-description'].""; echo "";