fixing pod problems
This commit is contained in:
parent
ec1c11f237
commit
3de1e05684
3 changed files with 9 additions and 9 deletions
|
|
@ -33,6 +33,11 @@ Package WebGUI::CollateralFolder
|
||||||
|
|
||||||
This is a management package for the collateral folder system.
|
This is a management package for the collateral folder system.
|
||||||
|
|
||||||
|
=head2 SYNOPSIS
|
||||||
|
|
||||||
|
use WebGUI::CollateralFolder;
|
||||||
|
$collateralFolder->recursiveDelete;
|
||||||
|
|
||||||
=head1 METHODS
|
=head1 METHODS
|
||||||
|
|
||||||
For inherited methods see L<WebGUI::Persistent::Tree>.
|
For inherited methods see L<WebGUI::Persistent::Tree>.
|
||||||
|
|
|
||||||
|
|
@ -434,11 +434,6 @@ sub shortcutIcon {
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
|
||||||
|
|
||||||
=head2 pasteIcon ( urlParameters [, pageURL ] )
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 viewIcon ( urlParameters [, pageURL ] )
|
=head2 viewIcon ( urlParameters [, pageURL ] )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue