merge to 10219

This commit is contained in:
Colin Kuskie 2009-04-08 16:35:31 +00:00
parent ae28bf79c8
commit 4c1307e3d0
194 changed files with 8203 additions and 2134 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;