From 790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 13 Nov 2006 10:50:16 +0000 Subject: Bug 350307: Split out the create and update functionality of Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 2a67e8b6e..d2313c92b 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -199,7 +199,7 @@ check_graphviz(!$silent) if Bugzilla->params->{'webdotbase'}; # Changes to the fielddefs --TABLE-- ########################################################################### -# Calling Bugzilla::Field::create_or_update depends on the +# Using Bugzilla::Field's create() or update() depends on the # fielddefs table having a modern definition. So, we have to make # these particular schema changes before we make any other schema changes. Bugzilla::Install::DB::update_fielddefs_definition(); -- cgit v1.2.3-24-g4f1b