- fix: viewIndividualSurvey shows "Answer" lines in Survey mode

fixed more spectre memory bugs
This commit is contained in:
JT Smith 2006-06-22 19:45:46 +00:00
parent 5fb7a3c627
commit aa10f84d87
5 changed files with 6 additions and 2 deletions

View file

@ -83,7 +83,7 @@ sub contentHandler {
### inherit Apache request.
my $r = shift;
my $configFile = shift || $r->dir_config('WebguiConfig');
### Instantiate the API for this httpd instance.
### nstantiate the API for this httpd instance.
my $s = Apache2::ServerUtil->server;
### Open new or existing user session based on user-agent's cookie.
my $session = WebGUI::Session->open($s->dir_config('WebguiRoot'),$configFile,$r, $s);