--- loncom/interface/loncommon.pm 2006/05/09 15:09:27 1.366 +++ loncom/interface/loncommon.pm 2006/05/09 20:25:05 1.367 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.366 2006/05/09 15:09:27 albertel Exp $ +# $Id: loncommon.pm,v 1.367 2006/05/09 20:25:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3646,6 +3646,14 @@ sub simple_error_page { sub end_data_table_row { return ''; } + + sub start_data_table_header_row { + return ''; + } + + sub end_data_table_header_row { + return ''; + } } ###############################################