From 30e35a58075f872184f6bcc98050d1a6e1f9678d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 25 Mar 2012 16:00:51 -0700 Subject: [PATCH] it's newref not new_ref --- scripts/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process b/scripts/process index 87a3473..4d4de47 100755 --- a/scripts/process +++ b/scripts/process @@ -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; -- 2.39.2