diff options
author | jocuri%softhome.net <> | 2005-01-16 21:36:02 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2005-01-16 21:36:02 +0000 |
commit | c1a8053e98fa659ffda19fae799423c1762dbd10 (patch) | |
tree | 73c2a248c499ee3b7a811d3dbca07c14078e3069 /globals.pl | |
parent | Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max K... (diff) | |
download | bugzilla-c1a8053e98fa659ffda19fae799423c1762dbd10.tar.gz bugzilla-c1a8053e98fa659ffda19fae799423c1762dbd10.tar.bz2 bugzilla-c1a8053e98fa659ffda19fae799423c1762dbd10.zip |
Patch for bug 103636: Support specifying a date on which a bug is expected to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |