--- loncom/interface/lonpickcourse.pm 2008/07/01 04:22:59 1.73.2.1 +++ loncom/interface/lonpickcourse.pm 2008/07/01 05:26:04 1.73.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.73.2.1 2008/07/01 04:22:59 raeburn Exp $ +# $Id: lonpickcourse.pm,v 1.73.2.2 2008/07/01 05:26:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -277,7 +277,7 @@ sub display_matched_courses { .''.&mt('Domain').'' .''.&mt('Course Code').'' .''.&mt('Owner/Co-owner(s)').'' - .''.&mt('Type').'' +# .''.&mt('Type').'' ); $r->print(&Apache::loncommon::end_data_table_header_row()); } @@ -318,13 +318,13 @@ sub display_matched_courses { } $r->print(''); $r->print(''.$ownerstr.''); - $r->print(''); - if ($ttype ne '') { - $r->print(&mt(&unescape($ttype))); - } else { - $r->print(' '); - } - $r->print(''); +# $r->print(''); +# if ($ttype ne '') { +# $r->print(&mt(&unescape($ttype))); +# } else { +# $r->print(' '); +# } +# $r->print(''); if ($multiple) { $r->print("\n"); } $r->print(&Apache::loncommon::end_data_table_row()); # $r->print("
\n");