sort out the mess from the last changes
[spider.git] / perl / DXProtout.pm
index 72595d8a0423ebeebeff7981fbb4cb942cb1d8b3..1533c2b45887ed2cdb1bac8208db926599e42f29 100644 (file)
@@ -395,8 +395,9 @@ sub _gen_time
 sub _gen_pc92
 {
        my $sort = shift;
-       my $ext = $sort eq 'C';
-       my $s = "PC92^" . _encode_pc92_call($main::me, $ext) . "^" . _gen_time . "^$sort";
+#      my $ext = $sort eq 'C';
+       my $ext = 1;
+       my $s = "PC92^$main::mycall^" . _gen_time . "^$sort";
        for (@_) {
                $s .= "^" . _encode_pc92_call($_, $ext);
        }