--- loncom/interface/loncoursedata.pm 2004/03/08 16:14:37 1.124 +++ loncom/interface/loncoursedata.pm 2004/03/16 15:54:09 1.125 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.124 2004/03/08 16:14:37 matthew Exp $ +# $Id: loncoursedata.pm,v 1.125 2004/03/16 15:54:09 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2177,7 +2177,7 @@ sub get_response_data_by_student { 'WHERE '. 'a.symb_id='.$symb_id.' AND a.response_id='.$response_id. ' AND a.student_id='.$student_id.' ORDER BY b.timestamp'; - # &Apache::lonnet::logthis("request =\n".$request); +# &Apache::lonnet::logthis("request =\n".$request); my $sth = $dbh->prepare($request); $sth->execute(); if ($dbh->err) {