added modify_records
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 13 Jul 2006 21:31:32 +0000 (21:31 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 13 Jul 2006 21:31:32 +0000 (21:31 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@600 07558da8-63fa-0310-ba24-9fe276d99e06

run.pl

diff --git a/run.pl b/run.pl
index 7ce6cba..971043d 100755 (executable)
--- a/run.pl
+++ b/run.pl
@@ -247,6 +247,7 @@ while (my ($database, $db_config) = each %{ $config->{databases} }) {
                        },
                        recode => $input->{recode},
                        stats => $stats,
+                       modify_records => $input->{modify_records},
                );
                $log->logdie("can't create input using $input_module") unless ($input);