From e9ca709ec10b5d44eb0f1352e3438e02d5ebc93c Mon Sep 17 00:00:00 2001 From: tetragon Date: Thu, 29 Nov 2007 20:25:15 +0000 Subject: Fix for bug 1831402 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1921 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/arap.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/arap.pl') 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 } } -- cgit v1.2.3