Subroutine prototypes are verboten! PBP/194
This commit is contained in:
parent
98863256ea
commit
fc6cd26348
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ A reference to the current session.
|
|||
|
||||
=cut
|
||||
|
||||
sub www_setWorkingVersionTag () {
|
||||
sub www_setWorkingVersionTag {
|
||||
my $session = shift;
|
||||
my $tag = WebGUI::VersionTag->new($session, $session->form->process("tagId"));
|
||||
if (defined $tag && $session->user->isInGroup($tag->get("groupToUse"))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue