]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 330186: Crash when changing the status of a bug which has dependencies - Patch...
authorlpsolit%gmail.com <>
Sun, 12 Mar 2006 19:59:06 +0000 (19:59 +0000)
committerlpsolit%gmail.com <>
Sun, 12 Mar 2006 19:59:06 +0000 (19:59 +0000)
Bugzilla/BugMail.pm

index 99851b932a6d33f3f8f79be5127830a9cae354d4..89bebaab368effeca2144b23442cb273fd05f953 100644 (file)
@@ -313,7 +313,7 @@ sub ProcessOneBug {
             $interestingchange = 0;
         }
         $thisdiff .= FormatTriple($fielddescription{$what}, $old, $new);
-        if ($what eq 'bug_status' && is_open_state($old) ne is_open_state($new)) {
+        if ($what eq 'bug_status' && &::is_open_state($old) ne &::is_open_state($new)) {
             $interestingchange = 1;
         }