summaryrefslogtreecommitdiff
path: root/bin/arap.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/arap.pl')
-rwxr-xr-xbin/arap.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/arap.pl b/bin/arap.pl
index 7ad58466..94223af4 100755
--- a/bin/arap.pl
+++ b/bin/arap.pl
@@ -1024,6 +1024,8 @@ sub reprint {
( $form->{message} ) ? $form->{message} : $locale->text('sent');
$form->save_intnotes( \%myconfig, $form->{module} );
+
+ 0; #SC: Reversing the expected value to work with its caller
}
}