--- loncom/interface/lonmeta.pm 2003/03/14 02:26:12 1.27 +++ loncom/interface/lonmeta.pm 2003/03/14 19:29:36 1.28 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.27 2003/03/14 02:26:12 www Exp $ +# $Id: lonmeta.pm,v 1.28 2003/03/14 19:29:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -320,7 +320,7 @@ $dynmeta{$_}." \n"); '

Error Messages (visible to author and co-authors only)

'); my %errormsgs=&Apache::lonnet::dump('nohist_res_msgs',$1,$2); foreach (keys %errormsgs) { - if ($_=~/^$disuri\_\d+$/) { + if ($_=~/^\Q$disuri\E\_\d+$/) { my %content=&Apache::lonmsg::unpackagemsg($errormsgs{$_}); $r->print(''.$content{'time'}.': '.$content{'message'}. '
');