wtf?
parent
6d4222c06b
commit
37f14809f1
|
@ -23,7 +23,7 @@ foreach($statement->fetchAll() as $ROW) {
|
|||
// if this is a reply, build reference
|
||||
$reply_to = $ROW['reply_to'];
|
||||
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 {
|
||||
$reply_reference = "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue