minor changes

This commit is contained in:
Kaleb Murphy 2008-10-14 21:17:34 +00:00
parent c2fc74ae85
commit 32e4208a0c

View file

@ -658,12 +658,11 @@ $self->session->errorHandler->error("Can take survey");
return $self->surveyEnd();
}
return $self->surveyEnd() if($seslf->response->surveyEnd());
my $questions = $self->response->nextQuestions();
$self->session->errorHandler->error("Load Questions had ".@$questions." questions");
if(@$questions < 1){
return $self->surveyEnd();
}
my $section = $self->response->nextSection();
#$self->session->errorHandler->error(Dumper $section);