]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops! This was changed a couple of months ago in such a way that a
authorterry%mozilla.org <>
Tue, 19 Sep 2000 22:42:53 +0000 (22:42 +0000)
committerterry%mozilla.org <>
Tue, 19 Sep 2000 22:42:53 +0000 (22:42 +0000)
large class of problems wouldn't be reported.  (It wouldn't show most
cases where a table had an invalid ID pointing into another table.)

sanitycheck.cgi

index 008b1506b880f582902c404e453bfca32e23d946..51ad8e845ab372bc60f8b8be99384974d16b4f92 100755 (executable)
@@ -86,8 +86,8 @@ sub CrossCheck {
                     else {
                         $alert .= " ($key2 == '$key')";
                     }
-                    Alert($alert);
                 }
+                Alert($alert);
             }
         }
     }