removing useless www_editSave from survey
This commit is contained in:
parent
8ebae91132
commit
6aa48c8c95
1 changed files with 0 additions and 11 deletions
|
|
@ -795,17 +795,6 @@ sub www_deleteAllResponsesConfirm {
|
|||
return "";
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_editSave {
|
||||
my $self = shift;
|
||||
return $self->session->privilege->insufficient() unless ($self->canEdit);
|
||||
my $output = $self->SUPER::www_editSave();
|
||||
if ($self->session->form->process("proceed") eq "addQuestion") {
|
||||
return $self->www_editQuestion('new');
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_editAnswer {
|
||||
my $self = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue