diff options
author | 2000-09-19 22:42:53 +0000 | |
---|---|---|
committer | 2000-09-19 22:42:53 +0000 | |
commit | 84bf5f801f67129f416d8ca911621ceb8c2b6562 (patch) | |
tree | 51f5bdf247109397e6a756e63a3f83e1af3ecce2 /sanitycheck.cgi | |
parent | fix for 52228: Bug list title should be name of query if running named query (diff) | |
download | bugzilla-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.gz bugzilla-84bf5f801f67129f416d8ca911621ceb8c2b6562.tar.bz2 bugzilla-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); } } } |