summaryrefslogtreecommitdiff
path: root/LedgerSMB/Sysconfig.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-01 23:45:21 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-01 23:45:21 +0000
commit95d1e8b32744c3d77ac71578aed44db87311ee76 (patch)
treebbbecf4325765acb0cd3b356f9b250bfcdad679d /LedgerSMB/Sysconfig.pm
parent63645520bdbba7b835eee1fc6427da0d9b975228 (diff)
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
Diffstat (limited to 'LedgerSMB/Sysconfig.pm')
-rw-r--r--LedgerSMB/Sysconfig.pm4
1 files changed, 2 insertions, 2 deletions
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)
)
{