Fix Category page from breaking when no categories are present

This commit is contained in:
johnnyq 2023-02-25 14:23:27 -05:00
parent a1b7cf85f7
commit b1a8ba0545
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ $sql = mysqli_query(
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
$colors_used_array = [];
//Colors Used
$sql_colors_used = mysqli_query(
$mysqli,