--- loncom/interface/lonmeta.pm 2004/01/02 16:34:03 1.55 +++ loncom/interface/lonmeta.pm 2004/01/02 19:23:47 1.56 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.55 2004/01/02 16:34:03 www Exp $ +# $Id: lonmeta.pm,v 1.56 2004/01/02 19:23:47 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -212,6 +212,8 @@ sub fieldnames { return &Apache::lonlocal::texthash( 'title' => 'Title', 'author' =>'Author(s)', + 'authorspace' => 'Author Space', + 'modifyinguser' => 'Last Modifying User', 'subject' => 'Subject', 'keywords' => 'Keyword(s)', 'notes' => 'Notes',