diff --git a/threadr/board/board.php b/threadr/board/board.php index eba2dc9..3c27c10 100644 --- a/threadr/board/board.php +++ b/threadr/board/board.php @@ -23,9 +23,9 @@ foreach($statement->fetchAll() as $ROW) { // if this is a reply, build reference $reply_to = $ROW['reply_to']; if ($reply_to > -1) { - $reply_reference = "

This is a reply to this message.

" + $reply_reference = "

This is a reply to this message.

"; } else { - $reply_reference = "" + $reply_reference = ""; } echo "