Skip to content

Commit

Permalink
nl2br added in home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimdoublej committed Jun 13, 2016
1 parent fcb29d2 commit 4545875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{
header("Location: index.php");
}

$sql_select = "SELECT * FROM users WHERE user_id=".$_SESSION['user'];
$res=$conn->query($sql_select);
$userRow=$res->fetch(PDO::FETCH_BOTH);
Expand Down

0 comments on commit 4545875

Please sign in to comment.