diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-13 18:11:37 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-13 18:11:37 +0000 |
commit | 9395ae9e389c4ed362b99442da76056de8182274 (patch) | |
tree | e27480ceb54453d3be74a63dded4d4c255695c20 | |
parent | a8dc4a184e190ab23e96a2bfe133c9aea6af019d (diff) |
commenting out the GLOBALDBH for the moment, since the rest is not there
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@215 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | ledger-smb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger-smb.conf b/ledger-smb.conf index 07a657db..dd0c9f03 100644 --- a/ledger-smb.conf +++ b/ledger-smb.conf @@ -9,7 +9,7 @@ my $globalDBConnect = 'dbi:Pg:dbname=ledgersmb;host=localhost;port=5432'; my $globalUserName = "ledgersmb"; my $globalPassword = "set me to correct password"; -$GLOBALDBH = DBI->connect($globalDBConnect, $globalDBUserName, $globalDBPassword); +#$GLOBALDBH = DBI->connect($globalDBConnect, $globalDBUserName, $globalDBPassword); # path to user configuration files $userspath = "users"; |