mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Some Fixes to Client Vendors Removed old vendor login code
This commit is contained in:
@@ -16,11 +16,15 @@ if(isset($_GET['q'])){
|
||||
}else{
|
||||
$q = "";
|
||||
}
|
||||
|
||||
//Column Filter
|
||||
if(!empty($_GET['sb'])){
|
||||
$sb = mysqli_real_escape_string($mysqli,$_GET['sb']);
|
||||
}else{
|
||||
$sb = "vendor_name";
|
||||
}
|
||||
|
||||
//Column Order
|
||||
if(isset($_GET['o'])){
|
||||
if($_GET['o'] == 'ASC'){
|
||||
$o = "ASC";
|
||||
|
||||
Reference in New Issue
Block a user