Commit e18c94c1 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 267543: Checksetup.pl should contain proper spacing in my$sth...…

Patch for bug 267543: Checksetup.pl should contain proper spacing in my$sth... statement; r=justdave, a=justdave.
parent 2b1740e6
......@@ -3930,7 +3930,7 @@ if (!$series_exists) {
require Bugzilla::Series;
# We prepare the handle to insert the series data
my$seriesdatasth = $dbh->prepare("INSERT INTO series_data " .
my $seriesdatasth = $dbh->prepare("INSERT INTO series_data " .
"(series_id, series_date, series_value) " .
"VALUES (?, ?, ?)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment