mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2024-12-26 17:36:09 +00:00
Every time I find bugs only after I push to the main branch
This commit is contained in:
parent
7b76201f88
commit
9212267777
|
@ -312,7 +312,7 @@
|
|||
|
||||
$group_list = mysqli_query($conn, "SELECT * FROM groups ORDER BY id DESC");
|
||||
|
||||
if (empty($group_list) && !$_SESSION["loggedin"]) {
|
||||
if (mysqli_num_rows($group_list) == 0 && !$_SESSION["loggedin"]) {
|
||||
?>
|
||||
<style>
|
||||
.gallery-root {
|
||||
|
|
Loading…
Reference in a new issue