From 48ad699ceb0ce4d394827cfc3d239d6aafb6916d Mon Sep 17 00:00:00 2001 From: tetragon Date: Thu, 28 Jun 2007 00:21:34 +0000 Subject: Changing scope of @column_index to global git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1341 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/aa.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/aa.pl b/bin/aa.pl index 6abf9eba..90296b48 100755 --- a/bin/aa.pl +++ b/bin/aa.pl @@ -1494,7 +1494,6 @@ sub transactions { ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) = split( /--/, $form->{ $form->{vc} } ); } - my @column_index; AA->transactions( \%myconfig, \%$form ); $href = "$form->{script}?action=transactions"; -- cgit v1.2.3