--- loncom/interface/lonmeta.pm 2006/08/10 21:14:10 1.167
+++ loncom/interface/lonmeta.pm 2006/09/11 22:48:47 1.174
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Metadata display handler
#
-# $Id: lonmeta.pm,v 1.167 2006/08/10 21:14:10 banghart Exp $
+# $Id: lonmeta.pm,v 1.174 2006/09/11 22:48:47 banghart 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',
@@ -366,15 +360,15 @@ sub pre_select_course {
$output = &select_course();
$r->print($output.'
');
+ $r->print('');
+ $r->print('');
$r->print('');
my ($port_path,$group) = &get_port_path_and_group($uri);
my $group_input;
if ($group) {
- $group_input = ''
- } else {
- $group_input = "";
- }
+ $group_input = '';
+ }
$r->print('