preparing for 6.0.1 release
This commit is contained in:
parent
02969b15fa
commit
8ad52ed3e4
3 changed files with 2254 additions and 1596 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
package WebGUI;
|
||||
our $VERSION = "6.0.0";
|
||||
our $VERSION = "6.0.1";
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2004 Plain Black LLC.
|
||||
|
|
|
|||
|
|
@ -294,6 +294,7 @@ sub getResponseDrivenQuestionIds {
|
|||
Survey_questionId=".$previousResponse->{Survey_questionId});
|
||||
}
|
||||
unless ($questionId > 0) { # terminate survey
|
||||
$self->completeResponse($responseId);
|
||||
return ();
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue