fixed a syntax error

This commit is contained in:
JT Smith 2003-03-16 00:29:29 +00:00
parent 360933257e
commit 1707f8cd05

View file

@ -165,7 +165,7 @@ sub www_edit {
} }
return $_[0]->SUPER::www_edit( return $_[0]->SUPER::www_edit(
-properties=>$properties->printRowsOnly, -properties=>$properties->printRowsOnly,
-layout=>$layout->printRowsOnly -layout=>$layout->printRowsOnly,
-headingId=>9, -headingId=>9,
-helpId=>1 -helpId=>1
); );