From 3223b9f1872063b0c1ba864880449e40c68d590d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 6 Sep 2005 03:41:20 +0000 Subject: Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin r=wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index b37d6e414..13d5e0782 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1677,7 +1677,7 @@ sub AddFDef { } -# Note that all of these entries are unconditional, from when GetFieldID +# Note that all of these entries are unconditional, from when get_field_id # used to create an entry if it wasn't found. New fielddef columns should # be created with their associated schema change. AddFDef("bug_id", "Bug \#", 1); -- cgit v1.2.3-24-g4f1b