--- loncom/xml/lonxml.pm 2017/09/24 01:52:53 1.558 +++ loncom/xml/lonxml.pm 2017/11/12 23:10:33 1.559 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.558 2017/09/24 01:52:53 raeburn Exp $ +# $Id: lonxml.pm,v 1.559 2017/11/12 23:10:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2274,7 +2274,7 @@ sub register_insert { sub dump_insertlist { my ($ext) = @_; - open(XML,">/tmp/insertlist.xml.$ext"); + open(XML,">","/tmp/insertlist.xml.$ext"); print XML (""); my $i=0;