From c1a8053e98fa659ffda19fae799423c1762dbd10 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 16 Jan 2005 21:36:02 +0000 Subject: Patch for bug 103636: Support specifying a date on which a bug is expected to be resolved; patch by Alexandre Michetti Manduca , r=jouni, a=myk. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index dc0a29570..00a44af7a 100644 --- a/globals.pl +++ b/globals.pl @@ -681,7 +681,7 @@ sub GetFieldDefs { my $extra = ""; if (!UserInGroup(Param('timetrackinggroup'))) { $extra = "WHERE name NOT IN ('estimated time', 'remaining_time', " . - "'work_time', 'percentage_complete')"; + "'work_time', 'percentage_complete', 'deadline')"; } my @fields; -- cgit v1.2.3-24-g4f1b