summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-06-15 12:54:58 +0200
committermkanat%kerio.com <>2005-06-15 12:54:58 +0200
commit9970f570d4c4ddc3e1c38e352b254abecec385b9 (patch)
treee1f3f527227822b0446982aeb42b95a11efad119 /sanitycheck.cgi
parent871d4b12d78c58fdb7151ade2d1b9c87faad27b2 (diff)
downloadbugzilla-9970f570d4c4ddc3e1c38e352b254abecec385b9.tar.gz
bugzilla-9970f570d4c4ddc3e1c38e352b254abecec385b9.tar.xz
Bug 293501: Add me to files where I belong and fix kerio.com emails
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index e8f4988fb..7b5db7ad3 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -20,7 +20,7 @@
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Matthew Tuck <matty@chariot.net.au>
-# Max Kanat-Alexander <mkanat@kerio.com>
+# Max Kanat-Alexander <mkanat@bugzilla.org>
use strict;
@@ -380,7 +380,7 @@ CrossCheck("products", "id",
["flaginclusions", "product_id", "type_id"],
["flagexclusions", "product_id", "type_id"]);
-# Check the former enum types -mkanat@kerio.com
+# Check the former enum types -mkanat@bugzilla.org
CrossCheck("bug_status", "value",
["bugs", "bug_status"]);