--- loncom/interface/lontrackstudent.pm 2009/08/28 22:47:07 1.30 +++ loncom/interface/lontrackstudent.pm 2010/01/06 18:23:27 1.30.2.1 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.30 2009/08/28 22:47:07 raeburn Exp $ +# $Id: lontrackstudent.pm,v 1.30.2.1 2010/01/06 18:23:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -553,6 +553,16 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; if ($r->header_only) { return OK; } + + if (&Apache::loncommon::needs_gci_custom()) { + $r->print(&Apache::loncommon::start_page("Student Activity")); + $r->print('

'. + &mt('No student activity display available for Concept Tests') . + '

'); + $r->print(&Apache::loncommon::end_page()); + return OK; + } + # # Extract form elements from query string &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},