]> 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:16 +0000 (16:53 +0000)
committerjocuri%softhome.net <>
Fri, 5 Nov 2004 16:53:16 +0000 (16:53 +0000)
checksetup.pl

index 28140058f4b43a878b4734179a4afc8db0bd860d..fe33a97cf95465da38ba7f34f4149a501b1a4c13 100755 (executable)
@@ -3826,7 +3826,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 (?, ?, ?)");