diff --git a/clients.php b/clients.php index cbe67295..6a23b323 100644 --- a/clients.php +++ b/clients.php @@ -44,7 +44,7 @@ if(isset($_GET['o'])){ } //Date From and Date To Filter -if(isset($_GET['dtf'])){ +if(!empty($_GET['dtf'])){ $dtf = $_GET['dtf']; $dtt = $_GET['dtt']; }else{ @@ -65,11 +65,34 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));