forked from root/threadr.lostcave.ddnss.de
fuck semicolons
parent
205fcdea42
commit
2c09a27135
|
@ -32,7 +32,7 @@ foreach($statement->fetchAll() as $ROW) {
|
||||||
if ($login) {
|
if ($login) {
|
||||||
$reply_button = "<a href=\"./?id=" . $_GET['id'] . "&action=post&reply_to=$post_id&end\" class=\"post_reply\"><button class=\"post_reply\">Reply</button></a>";
|
$reply_button = "<a href=\"./?id=" . $_GET['id'] . "&action=post&reply_to=$post_id&end\" class=\"post_reply\"><button class=\"post_reply\">Reply</button></a>";
|
||||||
} else {
|
} else {
|
||||||
$reply_button = ""
|
$reply_button = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<section id=\"$post_id\" >
|
echo "<section id=\"$post_id\" >
|
||||||
|
|
Loading…
Reference in New Issue