From c2402c6293b935e9c8c915e6d3575f23eb1f137b Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Fri, 29 Nov 2019 14:29:49 -0500 Subject: [PATCH] updated initial sorting order for more lists --- client_domains.php | 2 +- client_files.php | 4 ++-- client_invoices.php | 2 +- client_logins.php | 2 +- client_networks.php | 2 +- client_notes.php | 6 +++--- client_payments.php | 6 +++--- client_quotes.php | 6 +++--- client_software.php | 2 +- client_tickets.php | 2 +- client_trips.php | 2 +- client_vendors.php | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/client_domains.php b/client_domains.php index 76b08c53..c22527fd 100644 --- a/client_domains.php +++ b/client_domains.php @@ -23,7 +23,7 @@ if(isset($_GET['q'])){ if(!empty($_GET['sb'])){ $sb = mysqli_real_escape_string($mysqli,$_GET['sb']); }else{ - $sb = "domain_id"; + $sb = "domain_name"; } if(isset($_GET['o'])){ diff --git a/client_files.php b/client_files.php index 0347a757..e513a006 100644 --- a/client_files.php +++ b/client_files.php @@ -1,8 +1,8 @@