Fixed a typo.

This commit is contained in:
JT Smith 2002-11-30 19:03:52 +00:00
parent bd73303321
commit 0991484528

View file

@ -115,7 +115,7 @@ sub www_view {
($replies) = WebGUI::SQL->quickArray("select count(*) from discussion
where rid=$data->{messageId} and status='Approved'");
$replies--;
@message_loop = ({
push(@message_loop,{
"last.url" => WebGUI::URL::page('func=showMessage&mid='.$last[0].'&wid='.$_[0]->get("wobjectId")),
"last.subject" => substr(WebGUI::HTML::filter($last[3],'all'),0,30),
"last.date" => epochToHuman($last[1]),