[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1341] branches/1.2/bin/aa.pl



Revision: 1341
          http://svn.sourceforge.net/ledger-smb/?rev=1341&view=rev
Author:   tetragon
Date:     2007-06-27 17:21:34 -0700 (Wed, 27 Jun 2007)

Log Message:
-----------
Changing scope of @column_index to global

Modified Paths:
--------------
    branches/1.2/bin/aa.pl

Modified: branches/1.2/bin/aa.pl
===================================================================
--- branches/1.2/bin/aa.pl	2007-06-27 21:42:17 UTC (rev 1340)
+++ branches/1.2/bin/aa.pl	2007-06-28 00:21:34 UTC (rev 1341)
@@ -1494,7 +1494,6 @@
         ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) =
           split( /--/, $form->{ $form->{vc} } );
     }
-    my @column_index;
     AA->transactions( \%myconfig, \%$form );
 
     $href = "$form->{script}?action=transactions";


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.