From 1254fcb8c43defcbce99713f5cd85a104670895e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 31 Oct 2005 05:31:27 +0000 Subject: Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editcomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 5b0088bd6..60074cb40 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -204,7 +204,7 @@ if ($action eq 'new') { foreach my $sdata (@series) { my $series = new Bugzilla::Series(undef, $product->name, $comp_name, $sdata->[0], - $::userid, 1, $sdata->[1], 1); + $whoid, 1, $sdata->[1], 1); $series->writeToDatabase(); } -- cgit v1.2.3-24-g4f1b