diff options
author | lpsolit%gmail.com <> | 2005-10-31 06:31:27 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-31 06:31:27 +0100 |
commit | 1254fcb8c43defcbce99713f5cd85a104670895e (patch) | |
tree | 3b842a5b96f429d0db2d5ade3ba409cf1fae7e5a /duplicates.cgi | |
parent | cf3aa532ea51a41b02c8ea73db254d01c03280ba (diff) | |
download | bugzilla-1254fcb8c43defcbce99713f5cd85a104670895e.tar.gz bugzilla-1254fcb8c43defcbce99713f5cd85a104670895e.tar.xz |
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index 30f027103..07bddc688 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -68,7 +68,7 @@ else { Bugzilla->switch_to_shadow_db(); -use vars qw ($userid @legal_product); +use vars qw (@legal_product); my %dbmcount; my %count; |