mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-01 00:03:12 +00:00
Every time I find bugs only after I push to the main branch
This commit is contained in:
parent
7b76201f88
commit
9212267777
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
// Reading images from table
|
||||
$image_request = mysqli_query($conn, "SELECT * FROM images ORDER BY id DESC");
|
||||
|
||||
if (!empty($image_request)) {
|
||||
if (mysqli_num_rows($image_request) != 0) {
|
||||
?>
|
||||
<div class="info-text defaultFonts">
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue