updated initial sorting order for some lists
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
if(!empty($_GET['sb'])){
|
||||
$sb = mysqli_real_escape_string($mysqli,$_GET['sb']);
|
||||
}else{
|
||||
$sb = "payment_id";
|
||||
$sb = "payment_date";
|
||||
}
|
||||
|
||||
if(isset($_GET['o'])){
|
||||
|
||||
Reference in New Issue
Block a user