General cleanup/formatting

This commit is contained in:
Marcus Hill
2023-02-09 12:29:12 +00:00
parent c219324bb8
commit 615f317d2b
138 changed files with 3706 additions and 3556 deletions

View File

@@ -58,7 +58,7 @@ if ($total_found_rows > 10) {
} else {
$next_class = "disabled";
}
$url_query_strings = http_build_query(array_merge($_GET,array('p' => $i)));
$url_query_strings = http_build_query(array_merge($_GET, array('p' => $i)));
$prev_page = $p - 1;
$next_page = $p + 1;