From 95d1e8b32744c3d77ac71578aed44db87311ee76 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 1 Nov 2007 23:45:21 +0000 Subject: updating Sysconfig for the move from 'session' to 'auth' git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1837 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Sysconfig.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LedgerSMB/Sysconfig.pm') diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index 40cc63e4..45304eb0 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -14,7 +14,7 @@ binmode STDERR, ':utf8'; # 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 @@ read_config( 'ledgersmb.conf' => %config ) or die; # Root variables for $var ( - qw(pathsep logging check_max_invoices language session latex + qw(pathsep logging check_max_invoices language auth latex db_autoupdate) ) { -- cgit v1.2.3