X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtout.pm;h=657057c9e03cbb99f056457018714bdc050af177;hb=6181396aed78196fdff45033de7b59d6a2fcd6c1;hp=31c9a7fc75a8215f76bf0a237ab8dfaf91627328;hpb=34df1a6ec232291fbe6cb572e9b110795db7d45c;p=spider.git diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index 31c9a7fc..657057c9 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -123,7 +123,8 @@ sub pc17 # Request init string sub pc18 { - my $flags = " xml" if $handle_xml; + my $flags = ""; + $flags .= " xml" if $handle_xml; return "PC18^DXSpider Version: $main::version Build: $main::build$flags^$DXProt::myprot_version^"; }