]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[No Bug] Remove double statement about adding classifications.sortkey.
authormkanat%bugzilla.org <>
Mon, 17 Jul 2006 07:13:41 +0000 (07:13 +0000)
committermkanat%bugzilla.org <>
Mon, 17 Jul 2006 07:13:41 +0000 (07:13 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave

checksetup.pl

index b0a2b296244acc6f283cdfc122af75a4904de881..71e43d281ad32f14830594d6bee155096705c4e2 100755 (executable)
@@ -4232,8 +4232,6 @@ if ($dbh->bz_column_info("namedqueries", "linkinfooter")) {
 # 2006-07-07 olav@bkor.dhs.org - Bug 277377
 # Add a sortkey to the classifications
 if (!$dbh->bz_column_info('classifications', 'sortkey')) {
-    print "Adding sortkey column to classifications table...\n" unless $silent;
-
     $dbh->bz_add_column('classifications', 'sortkey',
                         {TYPE => 'INT2', NOTNULL => 1, DEFAULT => 0});