From 87a06e2331ee5df6203a333114f04988d6cc9401 Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Tue, 8 Apr 2003 07:58:30 +0000 Subject: [PATCH] fixed bug 717356 --- lib/WebGUI/Wobject/FAQ.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/FAQ.pm b/lib/WebGUI/Wobject/FAQ.pm index 7e64dc8f2..6552de6f7 100644 --- a/lib/WebGUI/Wobject/FAQ.pm +++ b/lib/WebGUI/Wobject/FAQ.pm @@ -101,7 +101,7 @@ sub www_edit { } return $_[0]->SUPER::www_edit( -properties=>$properties->printRowsOnly, - -layout=>$layout->printRowsOnly + -layout=>$layout->printRowsOnly, -headingId=>8, -helpId=>1 );