--- loncom/interface/portfolio.pm 2004/10/18 20:37:30 1.49 +++ loncom/interface/portfolio.pm 2004/11/22 22:59:32 1.57 @@ -33,8 +33,8 @@ use Apache::lonlocal; # receives a file name and path stub from username/userfiles/portfolio/ # returns an anchor tag consisting encoding filename and currentpath sub make_anchor { - my ($filename, $current_path) = @_; - my $anchor = ''.$filename.''; + my ($filename, $current_path, $current_mode, $field_name) = @_; + my $anchor = ''.$filename.''; return $anchor; } my $dirptr=16384; @@ -44,8 +44,11 @@ sub display_common { $r->print('
'); my $displayOut = ''; $r->print($displayOut); @@ -53,22 +56,24 @@ sub display_common { $displayOut = ''; $r->print($displayOut); $r->print(' |