--- loncom/interface/statistics/lonsurveyreports.pm 2005/06/28 20:01:17 1.9 +++ loncom/interface/statistics/lonsurveyreports.pm 2006/08/18 15:15:38 1.14 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsurveyreports.pm,v 1.9 2005/06/28 20:01:17 albertel Exp $ +# $Id: lonsurveyreports.pm,v 1.14 2006/08/18 15:15:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,6 +37,9 @@ use Apache::lonstathelpers; use Spreadsheet::WriteExcel; use HTML::Entities(); use Time::Local(); +use lib '/home/httpd/lib/perl/'; +use LONCAPA; + my @SubmitButtons = ( { name => 'break'}, @@ -201,12 +204,12 @@ sub SurveyProblemSelector { $checked = 'checked '; } my $link = $problem->{'res'}->src. - '?symb='.&Apache::lonnet::escape($problem->{'res'}->symb); + '?symb='.&escape($problem->{'res'}->symb); $Str .= ''. ''.''. ''. - '