aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-xbin/send-reports4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-reports b/bin/send-reports
index fc62f3211..a43432312 100755
--- a/bin/send-reports
+++ b/bin/send-reports
@@ -277,9 +277,9 @@ while (my $row = $unsent->next) {
if ( $resp ) {
$row->external_id( $resp );
- $result = 0;
+ $result *= 0;
} else {
- $result = 1;
+ $result *= 1;
}
}
}