From 84bf5f801f67129f416d8ca911621ceb8c2b6562 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 19 Sep 2000 22:42:53 +0000 Subject: 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.) --- sanitycheck.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sanitycheck.cgi') 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); } } } -- cgit v1.2.3-24-g4f1b