diff options
-rwxr-xr-x | rhimport-mz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-mz b/rhimport-mz index 128e076..7d26830 100755 --- a/rhimport-mz +++ b/rhimport-mz @@ -186,7 +186,7 @@ my $error_cb = sub { rhimport::check_key_file() or die "Import Key not found, use rhimport-create-id to create one\n"; -my $ret; +my $ret = 1; my $log = rhimport::clear_carts($dbh, $group, 0); my ($cart, $high_cart) = rhimport::get_cart_range($dbh, $group); foreach my $file (@files) { |