From 7649e0c2effabdc179bab9797d5263030dc84591 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Jul 2011 18:33:42 +0200 Subject: Bug 642388: Description of field days_elapsed missing from global/field-descs.none.tmpl r=wurblzap a=LpSolit --- Bugzilla/Field.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Field.pm') diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index a41cd9357..219172094 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -163,6 +163,7 @@ use constant SQL_DEFINITIONS => { # Field definitions for the fields that ship with Bugzilla. # These are used by populate_field_definitions to populate # the fielddefs table. +# 'days_elapsed' is set in populate_field_definitions() itself. use constant DEFAULT_FIELDS => ( {name => 'bug_id', desc => 'Bug #', in_new_bugmail => 1, buglist => 1, is_numeric => 1}, -- cgit v1.2.3-24-g4f1b