--- loncom/interface/lonmeta.pm 2005/11/07 23:03:17 1.123 +++ loncom/interface/lonmeta.pm 2005/11/08 03:08:15 1.124 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.123 2005/11/07 23:03:17 banghart Exp $ +# $Id: lonmeta.pm,v 1.124 2005/11/08 03:08:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -519,7 +519,7 @@ sub prettyinput { if ($only_one) { return(&Apache::loncommon::select_form($def,'new_keywords',%hash)); } else { - return(&Apache::loncommon::multiple_select_form('new_keywords',\@cur_values,undef,%hash)); + return(&Apache::loncommon::multiple_select_form('new_keywords',\@cur_values,undef,\%hash)); } } if ($type eq 'notes') {