r260: Fixed a bug where we were logging the bugid itself as a custom_* thing
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 10 Jun 2005 06:29:00 +0000 (06:29 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 10 Jun 2005 06:29:00 +0000 (06:29 +0000)
editreport.php

index 5c7808f4d0e1de33ee3d10cbf7d67b2b220ffeb4..0e4d2cf635a9270bf5a77b778e277179a025565c 100644 (file)
@@ -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"]));
        }