summaryrefslogtreecommitdiff
path: root/LedgerSMB/Auth
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-18 00:36:36 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-18 00:36:36 +0000
commitf491cc2d328791ca9b1b5812a35959e7cfead77e (patch)
tree4120bcdb24f7b4f674d8facc3660d1afa03e1a60 /LedgerSMB/Auth
parent8d2f3413b17a1ceadbf73d21d87ef42b2155d5e6 (diff)
Payments changes committed, through QA
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1873 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Auth')
-rwxr-xr-xLedgerSMB/Auth/DB.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/Auth/DB.pm b/LedgerSMB/Auth/DB.pm
index da89711f..ca5f01fa 100755
--- a/LedgerSMB/Auth/DB.pm
+++ b/LedgerSMB/Auth/DB.pm
@@ -132,6 +132,7 @@ sub session_check {
sub session_create {
my ($lsmb) = @_;
+ print STDERR "Creating Session\n";
my $path = ($ENV{SCRIPT_NAME});
$path =~ s|[^/]*$||;
use Time::HiRes qw(gettimeofday);