X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtout.pm;h=99ba17d01891bfa77c66a43f46df4eedf7b4441d;hb=314a26e98d3c3e6a717a9f66ead3ed91cce09ea5;hp=3904c772c6ae266900df20131e70371c1a957864;hpb=ad7e69f78ee4c0593e1d7576a7c1fd3b13931f84;p=spider.git diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index 3904c772..99ba17d0 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -120,7 +120,7 @@ sub pc17 # Request init string sub pc18 { - my $flags = " pc92"; + my $flags = " pc92 pc9[2]"; $flags .= " xml" if DXXml::available(); return "PC18^DXSpider Version: $main::version Build: $main::build$flags^$DXProt::myprot_version^"; }