Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave

git-svn-id: svn://10.0.0.236/trunk@182927 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2005-10-24 23:11:56 +00:00
parent 907b9f37e7
commit e334b85a95
44 changed files with 118 additions and 111 deletions

View File

@@ -34,13 +34,13 @@ use Bugzilla::Flag;
use Bugzilla::FlagType;
use Bugzilla::User;
use vars qw($template $vars);
# Make sure the user is logged in.
my $user = Bugzilla->login();
my $userid = $user->id;
my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
my $vars = {};
################################################################################