summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-08-18 19:22:06 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-08-18 19:22:06 +0200
commit8ec4568ed63fd2148695f4d3a25bd3e48784c45e (patch)
tree55e97664ca3bf1dc09a30b2ccaa1c3a8b9656d55 /Bugzilla/Install
parentc6c54c2e4235783544c44c08e4e55d4057556588 (diff)
downloadbugzilla-8ec4568ed63fd2148695f4d3a25bd3e48784c45e.tar.gz
bugzilla-8ec4568ed63fd2148695f4d3a25bd3e48784c45e.tar.xz
Include missing newline
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/DB.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index e04766f24..a6f088482 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -3770,6 +3770,7 @@ sub _shorten_long_quips {
print " $quipid";
$query->execute($quip_str, $quipid);
}
+ print "\n";
}
$dbh->bz_alter_column('quips', 'quip', { TYPE => 'varchar(512)', NOTNULL => 1});
}