]> git.donarmstrong.com Git - debbugs.git/commitdiff
it's newref not new_ref
authorDon Armstrong <don@donarmstrong.com>
Sun, 25 Mar 2012 23:00:51 +0000 (16:00 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 25 Mar 2012 23:00:51 +0000 (16:00 -0700)
scripts/process

index 87a347337ca3f2467d7a222cb84a5c79e2f8c7d3..4d4de47d886c285ff4cfacf747d6709d418307e8 100755 (executable)
@@ -592,7 +592,7 @@ if ($ref<0) { # new bug report
        $data->{forwarded} = $pheader{forwarded};
     }
     $ref = new_bug();
-    $new_ref = $ref;
+    $newref = $ref;
     my $hash = get_hashname($ref);
     $data->{originator} = $replyto;
     $data->{date} = $intdate;