summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 0f5b84afa..710140191 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -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 (?, ?, ?)");