]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing tinderbox test failure resulting from the checkin for bug 197153
authorjustdave%syndicomm.com <>
Fri, 25 Apr 2003 04:38:33 +0000 (04:38 +0000)
committerjustdave%syndicomm.com <>
Fri, 25 Apr 2003 04:38:33 +0000 (04:38 +0000)
defparams.pl

index 973e4a73f482005c2a09494add7a0af13b4dc4f3..076bc11464a6eaee17bdb45d162119f55fa70ce4 100644 (file)
@@ -61,7 +61,7 @@ sub WriteParams {
     my $v = $::param{'version'};
     delete $::param{'version'};  # Don't write the version number out to
                                 # the params file.
-    print $fh GenerateCode('%::param');
+    print $fh (GenerateCode('%::param'));
     $::param{'version'} = $v;
     print $fh "1;\n";
     close $fh;