From 064265277d65f41de874e3fb10b1ea324bb11955 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 10 Jun 2005 06:29:00 +0000 Subject: [PATCH] r260: Fixed a bug where we were logging the bugid itself as a custom_* thing --- editreport.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editreport.php b/editreport.php index 5c7808f..0e4d2cf 100644 --- a/editreport.php +++ b/editreport.php @@ -174,6 +174,11 @@ if ($_POST['do'] == 'update') $log->allowempty = false; } + if ($key == 'bugid') + { + continue; + } + $log->log($log->diff('custom_' . $key, $diff2[0]["$key"], $diff2[1]["$key"])); } -- 2.22.5