[LON-CAPA-cvs] cvs: loncom /interface portfolio.pm
banghart
lon-capa-cvs@mail.lon-capa.org
Wed, 16 Aug 2006 17:58:54 -0000
banghart Wed Aug 16 13:58:54 2006 EDT
Modified files:
/loncom/interface portfolio.pm
Log:
pass some fields to &make_anchor
Index: loncom/interface/portfolio.pm
diff -u loncom/interface/portfolio.pm:1.158 loncom/interface/portfolio.pm:1.159
--- loncom/interface/portfolio.pm:1.158 Mon Aug 14 17:35:35 2006
+++ loncom/interface/portfolio.pm Wed Aug 16 13:58:54 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# portfolio browser
#
-# $Id: portfolio.pm,v 1.158 2006/08/14 21:35:35 albertel Exp $
+# $Id: portfolio.pm,v 1.159 2006/08/16 17:58:54 banghart Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -358,7 +358,7 @@
currentpath => $current_path
);
$line .= &make_anchor($url,\%anchor_fields,'Rename');
- $line .= '</td><td>'.&make_anchor($href_edit_location.$filename.'.meta',undef,$cat);
+ $line .= '</td><td>'.&make_anchor($href_edit_location.$filename.'.meta',\%anchor_fields,$cat);
# '<a href="'.$href_edit_location.$filename.'.meta">'.$cat.'</a>';
}
$line .= '</td>';