Fix bug with initializing variable name

This commit is contained in:
Joe Clark
2022-03-22 13:06:14 -07:00
parent 66d4ebc482
commit e54eae13a7

View File

@@ -23,7 +23,7 @@ if(isset($_GET['query'])){
} }
}else{ }else{
$query = ""; $query = "";
$number_query = ""; $phone_query = "";
} }
//Column Filter //Column Filter