From: Dobrica Pavlinusic Date: Sun, 27 May 2007 10:50:39 +0000 (+0000) Subject: r1254@llin: dpavlin | 2007-05-27 12:51:21 +0200 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=701df7555102880230e2882df11a21b9dcf92329;p=webpac2 r1254@llin: dpavlin | 2007-05-27 12:51:21 +0200 typo git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@850 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/run.pl b/run.pl index 92c9686..8cb20b5 100755 --- a/run.pl +++ b/run.pl @@ -581,7 +581,7 @@ while (my ($database, $db_config) = each %{ $config->databases }) { $marc->finish if ($marc); # close report - close($report_fh) if ($report_fh) + close($report_fh) if ($report_fh); # reset validate stats $validate->reset if ( $validate );