diff --git a/accounts.php b/accounts.php index 51025e27..d1b2aecc 100644 --- a/accounts.php +++ b/accounts.php @@ -9,9 +9,6 @@ require_once "includes/inc_all.php"; // Perms enforceUserPermission('module_financial'); -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM accounts diff --git a/admin_api.php b/admin_api.php index b018f48a..7b70d09f 100644 --- a/admin_api.php +++ b/admin_api.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM api_keys diff --git a/admin_app_log.php b/admin_app_log.php index ec30f510..d98afbb0 100644 --- a/admin_app_log.php +++ b/admin_app_log.php @@ -26,9 +26,6 @@ if (isset($_GET['category']) & !empty($_GET['catergory'])) { $category_filter = ''; } -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM app_logs diff --git a/admin_audit_log.php b/admin_audit_log.php index 9f61b0b1..04b1a41b 100644 --- a/admin_audit_log.php +++ b/admin_audit_log.php @@ -46,9 +46,6 @@ if (isset($_GET['action']) & !empty($_GET['action'])) { $action_filter = ''; } -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM logs diff --git a/admin_category.php b/admin_category.php index 18bfa5c5..4370b5d4 100644 --- a/admin_category.php +++ b/admin_category.php @@ -13,10 +13,6 @@ if (isset($_GET['category'])) { $category = "Expense"; } -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM categories diff --git a/admin_custom_link.php b/admin_custom_link.php index b5e1ebf6..b87ff102 100644 --- a/admin_custom_link.php +++ b/admin_custom_link.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM custom_links diff --git a/admin_document_template.php b/admin_document_template.php index eec30ac8..4b0b6e5d 100644 --- a/admin_document_template.php +++ b/admin_document_template.php @@ -6,9 +6,6 @@ require_once "includes/inc_all_admin.php"; - // Rebuild URL - $url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM document_templates diff --git a/admin_mail_queue.php b/admin_mail_queue.php index 5259ce96..1bf65065 100644 --- a/admin_mail_queue.php +++ b/admin_mail_queue.php @@ -6,9 +6,6 @@ $order = "DESC"; require_once "includes/inc_all_admin.php"; -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM email_queue diff --git a/admin_project_template.php b/admin_project_template.php index 1871cff6..c719d5b2 100644 --- a/admin_project_template.php +++ b/admin_project_template.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM project_templates diff --git a/admin_role.php b/admin_role.php index 7726f3e1..23aa2dbb 100644 --- a/admin_role.php +++ b/admin_role.php @@ -6,10 +6,6 @@ $order = "DESC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM user_roles diff --git a/admin_settings_custom_fields.php b/admin_settings_custom_fields.php index b1b761a1..8bf5bfe3 100644 --- a/admin_settings_custom_fields.php +++ b/admin_settings_custom_fields.php @@ -13,9 +13,6 @@ if (isset($_GET['table'])) { $table = "client_assets"; } -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM custom_fields diff --git a/admin_tag.php b/admin_tag.php index 64ec7193..4d05d0d7 100644 --- a/admin_tag.php +++ b/admin_tag.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM tags diff --git a/admin_tax.php b/admin_tax.php index bf8acbc5..1af6aaa4 100644 --- a/admin_tax.php +++ b/admin_tax.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT * FROM taxes diff --git a/admin_ticket_status.php b/admin_ticket_status.php index 8b98dcff..f4054dc7 100644 --- a/admin_ticket_status.php +++ b/admin_ticket_status.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM ticket_statuses diff --git a/admin_ticket_template.php b/admin_ticket_template.php index 25f213be..6509ab49 100644 --- a/admin_ticket_template.php +++ b/admin_ticket_template.php @@ -6,10 +6,6 @@ $order = "ASC"; require_once "includes/inc_all_admin.php"; - -//Rebuild URL -$url_query_strings_sort = http_build_query($get_copy); - $sql = mysqli_query( $mysqli, "SELECT SQL_CALC_FOUND_ROWS * FROM ticket_templates