]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 267543: Checksetup.pl should contain proper spacing in my$sth... statem...
authorjocuri%softhome.net <>
Fri, 5 Nov 2004 16:53:36 +0000 (16:53 +0000)
committerjocuri%softhome.net <>
Fri, 5 Nov 2004 16:53:36 +0000 (16:53 +0000)
checksetup.pl

index 0f5b84afa088c044be5fa4703a5c864bfb94aeca..710140191e5bc48d28bef6ff65fdad23585ec693 100755 (executable)
@@ -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 (?, ?, ?)");