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

SF.net SVN: ledger-smb: [1342] trunk/bin/aa.pl



Revision: 1342
          http://svn.sourceforge.net/ledger-smb/?rev=1342&view=rev
Author:   einhverfr
Date:     2007-06-27 17:24:35 -0700 (Wed, 27 Jun 2007)

Log Message:
-----------
Fixing bug  1712486

Modified Paths:
--------------
    trunk/bin/aa.pl

Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl	2007-06-28 00:21:34 UTC (rev 1341)
+++ trunk/bin/aa.pl	2007-06-28 00:24:35 UTC (rev 1342)
@@ -1494,7 +1494,7 @@
         ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) =
           split( /--/, $form->{ $form->{vc} } );
     }
-    my @column_index;
+    @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.