r1254@llin: dpavlin | 2007-05-27 12:51:21 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 May 2007 10:50:39 +0000 (10:50 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 May 2007 10:50:39 +0000 (10:50 +0000)
 typo

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@850 07558da8-63fa-0310-ba24-9fe276d99e06

run.pl

diff --git a/run.pl b/run.pl
index 92c9686..8cb20b5 100755 (executable)
--- 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 );