summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
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 /checksetup.pl
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 'checksetup.pl')
-rwxr-xr-xchecksetup.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 5d3071114..369551131 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -30,7 +30,7 @@
# Gervase Markham <gerv@gerv.net>
# Erik Stambaugh <erik@dasbistro.com>
# Dave Lawrence <dkl@redhat.com>
-# Max Kanat-Alexander <mkanat@kerio.com>
+# Max Kanat-Alexander <mkanat@bugzilla.org>
#
#
#
@@ -751,7 +751,7 @@ my $my_db_name = ${*{$main::{'db_name'}}{SCALAR}};
my $my_index_html = ${*{$main::{'index_html'}}{SCALAR}};
my $my_create_htaccess = ${*{$main::{'create_htaccess'}}{SCALAR}};
my $my_webservergroup = ${*{$main::{'webservergroup'}}{SCALAR}};
-# mkanat@kerio.com - bug 17453
+# mkanat@bugzilla.org - bug 17453
# The following values have been removed from localconfig.
# However, if we are upgrading from a Bugzilla with enums to a
# Bugzilla without enums, we use these values one more time so
@@ -1728,7 +1728,7 @@ AddFDef("content", "Content", 0);
# Detect changed local settings
###########################################################################
-# mkanat@kerio.com - bug 17453
+# mkanat@bugzilla.org - bug 17453
# Create the values for the tables that hold what used to be enum types.
# Don't populate the tables if the table isn't empty.
sub PopulateEnumTable ($@) {
@@ -1759,7 +1759,7 @@ sub PopulateEnumTable ($@) {
}
}
-# mkanat@kerio.com - bug 17453
+# mkanat@bugzilla.org - bug 17453
# Set default values for what used to be the enum types.
# These values are no longer stored in localconfig.
# However, if we are upgrading from a Bugzilla with enums to a
@@ -3600,7 +3600,7 @@ $dbh->bz_rename_column('whine_schedules', 'mailto_userid', 'mailto');
$dbh->bz_add_column('whine_schedules', 'mailto_type',
{TYPE => 'INT2', NOTNULL => 1, DEFAULT => '0'});
-# 2005-01-29 - mkanat@kerio.com
+# 2005-01-29 - mkanat@bugzilla.org
if (!$dbh->bz_column_info('longdescs', 'already_wrapped')) {
# Old, pre-wrapped comments should not be auto-wrapped
$dbh->bz_add_column('longdescs', 'already_wrapped',