[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [215] trunk/ledger-smb.conf
- Subject: SF.net SVN: ledger-smb: [215] trunk/ledger-smb.conf
- From: ..hidden..
- Date: Fri, 13 Oct 2006 11:11:40 -0700
Revision: 215
http://svn.sourceforge.net/ledger-smb/?rev=215&view=rev
Author: christopherm
Date: 2006-10-13 11:11:37 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
commenting out the GLOBALDBH for the moment, since the rest is not there
Modified Paths:
--------------
trunk/ledger-smb.conf
Modified: trunk/ledger-smb.conf
===================================================================
--- trunk/ledger-smb.conf 2006-10-13 17:31:13 UTC (rev 214)
+++ trunk/ledger-smb.conf 2006-10-13 18:11:37 UTC (rev 215)
@@ -9,7 +9,7 @@
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";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.