summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-09-20 00:42:53 +0200
committerterry%mozilla.org <>2000-09-20 00:42:53 +0200
commit84bf5f801f67129f416d8ca911621ceb8c2b6562 (patch)
tree51f5bdf247109397e6a756e63a3f83e1af3ecce2 /sanitycheck.cgi
parent826bffd4d1f022dbaf2b4e3fd094796246ec50ca (diff)
downloadbugzilla-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.gz
bugzilla-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.xz
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-xsanitycheck.cgi2
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);
}
}
}