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

SF.net SVN: ledger-smb: [1729] trunk/LedgerSMB/Sysconfig.pm



Revision: 1729
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1729&view=rev
Author:   tetragon
Date:     2007-10-09 13:29:45 -0700 (Tue, 09 Oct 2007)

Log Message:
-----------
Correcting $default_db name

Modified Paths:
--------------
    trunk/LedgerSMB/Sysconfig.pm

Modified: trunk/LedgerSMB/Sysconfig.pm
===================================================================
--- trunk/LedgerSMB/Sysconfig.pm	2007-10-09 18:13:09 UTC (rev 1728)
+++ trunk/LedgerSMB/Sysconfig.pm	2007-10-09 20:29:45 UTC (rev 1729)
@@ -9,6 +9,7 @@
 use DBI qw(:sql_types);
 
 binmode STDOUT, ':utf8';
+binmode STDERR, ':utf8';
 
 # For Win32, change $pathsep to ';';
 $pathsep = ':';
@@ -133,6 +134,6 @@
 
 $ENV{PGHOST} = $config{database}{host};
 $ENV{PGPORT} = $config{database}{port};
-our $defaultdb = $config{database}{default_db};
+our $default_db = $config{database}{default_db};
 
 1;


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