Fix POD to increase POD coverage, mainly by fixing typos and removing

unused code.
This commit is contained in:
Colin Kuskie 2009-07-04 17:12:13 +00:00
parent df51a0d99f
commit cff07644e0
3 changed files with 2 additions and 8 deletions

View file

@ -865,7 +865,7 @@ sub view {
#-------------------------------------------------------------------
=head2 viewTemplateVars ( $var )
=head2 viewTemplateVariables ( $var )
Add template variables to the existing template variables. This includes asset level variables.

View file

@ -368,12 +368,6 @@ sub moveCollateralUp {
$self->session->db->commit;
}
#-------------------------------------------------------------------
sub processPropertiesFromFormPost {
my $self = shift;
$self->SUPER::processPropertiesFromFormPost;
}
#-------------------------------------------------------------------

View file

@ -157,7 +157,7 @@ sub view {
#-------------------------------------------------------------------
=head2 viewTemplateVars ( )
=head2 viewTemplateVariables ( )
Make template variables for the view template.