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

SF.net SVN: ledger-smb: [267] trunk/bin/io.pl



Revision: 267
          http://svn.sourceforge.net/ledger-smb/?rev=267&view=rev
Author:   einhverfr
Date:     2006-10-23 16:24:57 -0700 (Mon, 23 Oct 2006)

Log Message:
-----------
Changed the namespace from LSMBConfig to the Perl modname of LedgerSMB::Sysconfig

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

Modified: trunk/bin/io.pl
===================================================================
--- trunk/bin/io.pl	2006-10-23 22:54:32 UTC (rev 266)
+++ trunk/bin/io.pl	2006-10-23 23:24:57 UTC (rev 267)
@@ -121,7 +121,7 @@
   }
       
 
-  push @column_index, @{LSMBConfig::io_lineitem_columns};
+  push @column_index, @{LedgerSMB::Sysconfig::io_lineitem_columns};
 
   my $colspan = $#column_index + 1;
 


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