mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
remove unnessesary n var as they are all replace with phone_query
This commit is contained in:
@@ -30,10 +30,8 @@ if (isset($_GET['o'])) {
|
||||
} elseif(isset($o)) {
|
||||
if ($o == "ASC") {
|
||||
$disp = "DESC";
|
||||
//$o = "ASC";
|
||||
} else {
|
||||
$disp = "ASC";
|
||||
//$o = "DESC";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,15 +43,9 @@ if (isset($_GET['q'])) {
|
||||
if (empty($phone_query)) {
|
||||
$phone_query = $q;
|
||||
}
|
||||
//Phone Numbers
|
||||
$n = preg_replace("/[^0-9]/", '', $q);
|
||||
if (empty($n)) {
|
||||
$n = $q;
|
||||
}
|
||||
} else {
|
||||
$q = "";
|
||||
$phone_query = "";
|
||||
$n = "";
|
||||
}
|
||||
|
||||
// Sortby
|
||||
|
||||
Reference in New Issue
Block a user