From 8176af5e128b19af81d509450027e59471a54559 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 7 Jul 2008 22:49:08 +0000 Subject: Removing unnecessary debugging code from LedgerSMB.pm, adding option to force username case to make this case insensitive git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2195 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Sysconfig.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LedgerSMB/Sysconfig.pm') diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index ed27c176..58267be8 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -17,6 +17,8 @@ $pathsep = ':'; $auth = 'DB'; $logging = 0; # No logging on by default +$force_username_case = undef; # don't force case + @io_lineitem_columns = qw(unit onhand sellprice discount linetotal); # Whitelist for redirect destination @@ -82,7 +84,7 @@ read_config( 'ledgersmb.conf' => %config ) or die; # Root variables for $var ( qw(pathsep logging check_max_invoices language auth latex - db_autoupdate) + db_autoupdate force_username_case) ) { ${$var} = $config{''}{$var} if $config{''}{$var}; -- cgit v1.2.3