diff options
author | lpsolit%gmail.com <> | 2006-06-20 16:55:39 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-20 16:55:39 +0200 |
commit | 7f446ae898dc9f9fe8d97fdd01f0e39ba7676867 (patch) | |
tree | f6c6d8a3daa4b8244498c9b924a70bdaa5e324fd /index.cgi | |
parent | 5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd (diff) | |
download | bugzilla-7f446ae898dc9f9fe8d97fdd01f0e39ba7676867.tar.gz bugzilla-7f446ae898dc9f9fe8d97fdd01f0e39ba7676867.tar.xz |
Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ use strict; use lib "."; require "globals.pl"; +use Bugzilla; use Bugzilla::Constants; use Bugzilla::Update; |