[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1837] trunk/LedgerSMB/Sysconfig.pm
- Subject: SF.net SVN: ledger-smb: [1837] trunk/LedgerSMB/Sysconfig.pm
- From: ..hidden..
- Date: Thu, 01 Nov 2007 16:45:21 -0700
Revision: 1837
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1837&view=rev
Author: einhverfr
Date: 2007-11-01 16:45:21 -0700 (Thu, 01 Nov 2007)
Log Message:
-----------
updating Sysconfig for the move from 'session' to 'auth'
Modified Paths:
--------------
trunk/LedgerSMB/Sysconfig.pm
Modified: trunk/LedgerSMB/Sysconfig.pm
===================================================================
--- trunk/LedgerSMB/Sysconfig.pm 2007-11-01 23:43:16 UTC (rev 1836)
+++ trunk/LedgerSMB/Sysconfig.pm 2007-11-01 23:45:21 UTC (rev 1837)
@@ -14,7 +14,7 @@
# For Win32, change $pathsep to ';';
$pathsep = ':';
-$session = 'DB';
+$auth = 'DB';
$logging = 0; # No logging on by default
@io_lineitem_columns = qw(unit onhand sellprice discount linetotal);
@@ -81,7 +81,7 @@
# Root variables
for $var (
- qw(pathsep logging check_max_invoices language session latex
+ qw(pathsep logging check_max_invoices language auth latex
db_autoupdate)
)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.