From ae527fa5c5478c82c451ffb9cc55cd0e101b6eca Mon Sep 17 00:00:00 2001 From: We1337 Date: Thu, 7 Mar 2024 06:23:17 -0800 Subject: [PATCH] style: space removed --- src/Admin/profile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Admin/profile.php b/src/Admin/profile.php index 9af622d..71172ff 100644 --- a/src/Admin/profile.php +++ b/src/Admin/profile.php @@ -5,7 +5,6 @@ $stmt = $conn->prepare('SELECT * FROM `Admins`'); $stmt->execute(); - $result = $stmt->fetchAll(PDO::FETCH_ASSOC); if(isset($_SESSION["message"]["admin_data_updated"])) {