From: terry%mozilla.org <> Date: Tue, 19 Sep 2000 22:42:53 +0000 (+0000) Subject: Oops! This was changed a couple of months ago in such a way that a X-Git-Tag: bugzilla-2.12~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84bf5f801f67129f416d8ca911621ceb8c2b6562;p=thirdparty%2Fbugzilla.git Oops! This was changed a couple of months ago in such a way that a 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.) --- diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 008b1506b8..51ad8e845a 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -86,8 +86,8 @@ sub CrossCheck { else { $alert .= " ($key2 == '$key')"; } - Alert($alert); } + Alert($alert); } } }