diff --git a/accounts.php b/accounts.php index 79edd340..14848809 100644 --- a/accounts.php +++ b/accounts.php @@ -4,7 +4,7 @@ $sort = "account_name"; $order = "ASC"; -require_once("inc_all.php"); +require_once "inc_all.php"; //Rebuild URL $url_query_strings_sort = http_build_query($get_copy); @@ -105,18 +105,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - + +