Changed to return to page by default after adding collateral.

This commit is contained in:
JT Smith 2002-12-12 04:42:27 +00:00
parent 58ef2fa313
commit dc94dd0dd0
4 changed files with 4 additions and 4 deletions

View file

@ -267,7 +267,7 @@ sub www_edit {
addEvent=>WebGUI::International::get(91,$namespace),
backToPage=>WebGUI::International::get(745)
},
-value=>"addEvent"
-value=>"backToPage"
);
}
$output .= $_[0]->SUPER::www_edit($f->printRowsOnly);