Skip to content

Commit

Permalink
Profile image issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvaron committed Aug 13, 2023
1 parent b2b6c73 commit 67048e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

$uniqueNo = $_SESSION["uno"];

$sql = "SELECT * from users WHERE uno='" . $uniqueNo . "'";
$sql = "SELECT * from users WHERE uniqueNo='" . $uniqueNo . "'";
$result = mysqli_query($db, $sql);

$row = mysqli_fetch_array($result);
Expand Down

0 comments on commit 67048e1

Please sign in to comment.