summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-02-25 12:28:01 +0100
committermkanat%kerio.com <>2005-02-25 12:28:01 +0100
commit1414db6ba6c7508bf6e0e4c1191218aa71d7ce43 (patch)
tree671f0025ffcadcd94848b36982f49c3256021aab /CGI.pl
parent94c2df0e830ea7070436f8ade182645893ac3373 (diff)
downloadbugzilla-1414db6ba6c7508bf6e0e4c1191218aa71d7ce43.tar.gz
bugzilla-1414db6ba6c7508bf6e0e4c1191218aa71d7ce43.tar.xz
Bug 282748: uninitialized value in localtime in Format.pm
Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/CGI.pl b/CGI.pl
index 1b556bc71..ff2db2feb 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -396,11 +396,6 @@ sub GetBugActivity {
$changes = [];
}
- if ($fieldname eq 'deadline') {
- $removed = time2str("%Y-%m-%d", str2time($removed));
- $added = time2str("%Y-%m-%d", str2time($added));
- }
-
$operation->{'who'} = $who;
$operation->{'when'} = $when;