Fix POD typos and add POD to get to 100% POD coverage.

This commit is contained in:
Colin Kuskie 2009-04-01 04:10:14 +00:00
parent a3a073296c
commit 04217e67e0
5 changed files with 43 additions and 4 deletions

View file

@ -58,7 +58,7 @@ sub www_switchOffAdmin {
#-------------------------------------------------------------------
=head2 www_adminConsole ( )
=head2 www_switchOnAdmin ( )
If the current user is in the Turn On Admin Group, then allow them to turn on Admin mode.

View file

@ -451,6 +451,17 @@ sub www_commitVersionTagConfirm {
}
#-------------------------------------------------------------------
=head2 www_leaveVersionTag ( session )
Clears the current working version tag, and returns the user to www_manageVersions.
=head3 session
A reference to the current session.
=cut
sub www_leaveVersionTag {
my $session = shift;
WebGUI::VersionTag->getWorking($session)->clearWorking;