From: Dobrica Pavlinusic Date: Tue, 22 Jul 2014 10:18:21 +0000 (+0200) Subject: don't commit with DEBUG=1 X-Git-Url: http://git.rot13.org/?p=ferlib2koha.git;a=commitdiff_plain;h=a1273ce3cd084c9b19655dc5c645531e9ec2553b;ds=sidebyside don't commit with DEBUG=1 --- diff --git a/ferweb-import-report.pl b/ferweb-import-report.pl index 2e7a889..20960af 100755 --- a/ferweb-import-report.pl +++ b/ferweb-import-report.pl @@ -81,6 +81,6 @@ while( my $row = $s->fetchrow_hashref ) { } -$k->commit; +$k->commit unless $ENV{DEBUG}; warn "# stat ", dump( $stat ),$/;