mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 05:25:39 +00:00
Fix Category page from breaking when no categories are present
This commit is contained in:
@@ -27,6 +27,8 @@ $sql = mysqli_query(
|
|||||||
|
|
||||||
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||||
|
|
||||||
|
$colors_used_array = [];
|
||||||
|
|
||||||
//Colors Used
|
//Colors Used
|
||||||
$sql_colors_used = mysqli_query(
|
$sql_colors_used = mysqli_query(
|
||||||
$mysqli,
|
$mysqli,
|
||||||
|
|||||||
Reference in New Issue
Block a user