From e15dcf488f8bbf1fef2cd0a7001385f7a95e8d59 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 17 Aug 2011 00:45:22 +0200 Subject: Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi r=timello a=LpSolit --- summarize_time.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'summarize_time.cgi') diff --git a/summarize_time.cgi b/summarize_time.cgi index dd8ba741b..c7c7bebec 100755 --- a/summarize_time.cgi +++ b/summarize_time.cgi @@ -250,10 +250,9 @@ sub get_earliest_activity_date { # Template code starts here # -Bugzilla->login(LOGIN_REQUIRED); +my $user = Bugzilla->login(LOGIN_REQUIRED); my $cgi = Bugzilla->cgi; -my $user = Bugzilla->user; my $template = Bugzilla->template; my $vars = {}; -- cgit v1.2.3-24-g4f1b