--- loncom/interface/lonmeta.pm 2005/11/19 00:16:01 1.130 +++ loncom/interface/lonmeta.pm 2005/11/19 22:47:07 1.131 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.130 2005/11/19 00:16:01 banghart Exp $ +# $Id: lonmeta.pm,v 1.131 2005/11/19 22:47:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -240,6 +240,8 @@ sub fieldnames { my %fields = ('title' => 'Title', 'author' =>'Author(s)', + 'authorspace' => 'Author Space', + 'modifyinguser' => 'Last Modifying User', 'subject' => 'Subject', 'keywords' => 'Keyword(s)', 'notes' => 'Notes',