--- loncom/xml/lonxml.pm 2016/09/16 14:20:47 1.531.2.22 +++ loncom/xml/lonxml.pm 2017/11/16 23:54:43 1.531.2.22.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.531.2.22 2016/09/16 14:20:47 raeburn Exp $ +# $Id: lonxml.pm,v 1.531.2.22.2.1 2017/11/16 23:54:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2362,7 +2362,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;