fixed a typo

This commit is contained in:
JT Smith 2003-03-16 23:59:49 +00:00
parent 59373d2175
commit f39c027166
2 changed files with 3 additions and 3 deletions

View file

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