Fix POD to increase POD coverage, mainly by fixing typos and removing
unused code.
This commit is contained in:
parent
df51a0d99f
commit
cff07644e0
3 changed files with 2 additions and 8 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -368,12 +368,6 @@ sub moveCollateralUp {
|
|||
$self->session->db->commit;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub processPropertiesFromFormPost {
|
||||
my $self = shift;
|
||||
$self->SUPER::processPropertiesFromFormPost;
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ sub view {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 viewTemplateVars ( )
|
||||
=head2 viewTemplateVariables ( )
|
||||
|
||||
Make template variables for the view template.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue