diff options
author | terry%mozilla.org <> | 2000-09-19 22:42:53 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 2000-09-19 22:42:53 +0000 |
commit | 84bf5f801f67129f416d8ca911621ceb8c2b6562 (patch) | |
tree | 51f5bdf247109397e6a756e63a3f83e1af3ecce2 /sanitycheck.cgi | |
parent | 826bffd4d1f022dbaf2b4e3fd094796246ec50ca (diff) | |
download | bugs-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar bugs-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.gz bugs-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.bz2 bugs-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.xz bugs-84bf5f801f67129f416d8ca911621ceb8c2b6562.zip |
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.)
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-x | sanitycheck.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 008b1506b..51ad8e845 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -86,8 +86,8 @@ sub CrossCheck { else { $alert .= " ($key2 == '$key')"; } - Alert($alert); } + Alert($alert); } } } |