From 6674f61905d98aee08b95c22181aa439bfb041e5 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 10 Mar 2005 23:51:40 +0000 Subject: Bug 98123 : Create a user preferences infrastructure (became 'General Settings') Patch by Shane H. W. Travis r=jouni, mkanat a=myk --- checksetup.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 0dbf86bab..529b025b5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1479,6 +1479,10 @@ if ($^O !~ /MSWin32/i) { require Bugzilla::Auth; import Bugzilla::Auth 'bz_crypt'; +# This is done so we can add new settings as developers need them. +require Bugzilla::User::Setting; +import Bugzilla::User::Setting qw(add_setting); + # globals.pl clears the PATH, but File::Find uses Cwd::cwd() instead of # Cwd::getcwd(), which we need to do because `pwd` isn't in the path - see # http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-09/msg00115.html -- cgit v1.2.3-24-g4f1b