From 058d47057d556879b61fc6690dc99fada5bce4cb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 25 Oct 2006 11:10:01 -0700 Subject: [PATCH] fix typo in usertag patch --- scripts/process.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process.in b/scripts/process.in index 6569260f..c977e798 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -668,7 +668,7 @@ END $user_tags{$tag} = [keys %bugs_with_tag]; } } - write_usertags(\%usertags,$user); + write_usertags(\%user_tags,$user); } else { $brokenness .=<