--- loncom/interface/lonmeta.pm 2006/08/08 21:32:36 1.166
+++ loncom/interface/lonmeta.pm 2006/09/25 19:24:49 1.178
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Metadata display handler
#
-# $Id: lonmeta.pm,v 1.166 2006/08/08 21:32:36 banghart Exp $
+# $Id: lonmeta.pm,v 1.178 2006/09/25 19:24:49 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -237,12 +237,6 @@ sub fieldnames {
if (! defined($file_type) || $file_type ne 'portfolio') {
%fields =
- (%fields,
- 'courserestricted' => 'Course Restricting Metadata');
- }
-
- if (! defined($file_type) || $file_type ne 'portfolio') {
- %fields =
(%fields,
'domain' => 'Domain',
'mime' => 'MIME Type',
@@ -365,14 +359,20 @@ sub pre_select_course {
$r->print('
'.&mt('If you would like to associate this resource ([_1]) with a current or previous course, please select one from the list below, otherwise select, \'None\'',''.$res_uri.'').'