From 7af2fbf3c8432df51a9bef8bf6ea3746721af854 Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 5 Nov 2019 08:25:41 -0700 Subject: [PATCH] Update database_transactions.php. Functions: order_by() adjustment. --- app/database_transactions/database_transactions.php | 8 +------- resources/functions.php | 8 ++++++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/app/database_transactions/database_transactions.php b/app/database_transactions/database_transactions.php index 3cef663bed..5f9e1d886c 100644 --- a/app/database_transactions/database_transactions.php +++ b/app/database_transactions/database_transactions.php @@ -43,12 +43,6 @@ $language = new text; $text = $language->get(); -//get posted data - if (is_array($_POST['bridges'])) { - $action = $_POST['action']; - $search = $_POST['search']; - } - //get variables used to control the order $order_by = $_GET["order_by"]; $order = $_GET["order"]; @@ -103,7 +97,7 @@ echo "