From 429456196dd7ce8ef7e0876b7e57cdc394a228ba Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 30 Jan 2002 22:14:10 +0000 Subject: Fix for bug 104521: Removes old attachment interface in favor of new attachment tracker. Patch by Myk Melez . r=bbaetz,kiko --- checksetup.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index d793879ff..125b18a6c 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -934,11 +934,9 @@ $table{attachments} = index(bug_id), index(creation_ts)'; -# 2001-05-05 myk@mozilla.org: Tables to support the attachment tracker. +# 2001-05-05 myk@mozilla.org: Tables to support attachment statuses. # "attachstatuses" stores one record for each status on each attachment. # "attachstatusdefs" defines the statuses that can be set on attachments. -# Note: These tables are only used if the parameter "useattachmenttracker" -# is turned on via editparameters.cgi. $table{attachstatuses} = ' -- cgit v1.2.3-24-g4f1b