Bugfix [ 843591 ] Can't add new Message Board

This commit is contained in:
Len Kranendonk 2003-11-17 09:46:20 +00:00
parent 780663a6b7
commit cabe85e3ba

View file

@ -170,7 +170,7 @@ sub www_view {
where wobjectId=".$_[0]->get("wobjectId")." order by sequenceNumber");
}
my ($forumId, $title, $description) = WebGUI::SQL->quickArray("select forumId, title, description from MessageBoard_forums
where wobjectId=".$_[0]->get("wobjectId")." and forumId=".$session{form}{forumId});
where wobjectId=".$_[0]->get("wobjectId")." and forumId=".quote($session{form}{forumId}));
my $forumParam = "forumId=".$forumId;
$callback = WebGUI::URL::append($callback,$forumParam);
my $caller = {