From f491cc2d328791ca9b1b5812a35959e7cfead77e Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 18 Nov 2007 00:36:36 +0000 Subject: Payments changes committed, through QA git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1873 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB.pm') diff --git a/LedgerSMB.pm b/LedgerSMB.pm index 7b555e10..b4d6c360 100755 --- a/LedgerSMB.pm +++ b/LedgerSMB.pm @@ -196,6 +196,7 @@ sub new { #check for valid session unless this is an inital authentication #request -- CT if (!LedgerSMB::Auth::session_check( $cookie{"LedgerSMB"}, $self) ) { + print STDERR "Session did not check"; $self->_get_password("Session Expired"); exit; } @@ -633,7 +634,6 @@ sub error { sub _db_init { my $self = shift @_; my %args = @_; - my $creds = LedgerSMB::Auth::get_credentials(); $self->{login} = $creds->{login}; -- cgit v1.2.3