Fixed a bug in the debug output.

This commit is contained in:
JT Smith 2002-10-24 23:20:50 +00:00
parent 51fe388aa5
commit b7214816ba
2 changed files with 4 additions and 4 deletions

View file

@ -145,7 +145,6 @@ sub www_editQuestion {
#-------------------------------------------------------------------
sub www_editQuestionSave {
my ($seq);
if (WebGUI::Privilege::canEditPage()) {
$_[0]->setCollateral("FAQ_question", "FAQ_questionId", {
FAQ_questionId => $session{form}{qid},