diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-01 23:45:21 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-01 23:45:21 +0000 |
commit | 95d1e8b32744c3d77ac71578aed44db87311ee76 (patch) | |
tree | bbbecf4325765acb0cd3b356f9b250bfcdad679d | |
parent | 63645520bdbba7b835eee1fc6427da0d9b975228 (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
-rw-r--r-- | LedgerSMB/Sysconfig.pm | 4 |
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) ) { |