forked from root/threadr.lostcave.ddnss.de
fuck semicolons
parent
c06300a1fb
commit
6d4222c06b
|
@ -23,9 +23,9 @@ foreach($statement->fetchAll() as $ROW) {
|
||||||
// if this is a reply, build reference
|
// if this is a reply, build reference
|
||||||
$reply_to = $ROW['reply_to'];
|
$reply_to = $ROW['reply_to'];
|
||||||
if ($reply_to > -1) {
|
if ($reply_to > -1) {
|
||||||
$reply_reference = "<p class=\"post_reply\" >This is a reply to <a href=./?id=$_GET['id']#$reply_to >this</a> message.</p>"
|
$reply_reference = "<p class=\"post_reply\" >This is a reply to <a href=./?id=$_GET['id']#$reply_to >this</a> message.</p>";
|
||||||
} else {
|
} else {
|
||||||
$reply_reference = ""
|
$reply_reference = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<section id=\"$post_id\" >
|
echo "<section id=\"$post_id\" >
|
||||||
|
|
Loading…
Reference in New Issue