summaryrefslogtreecommitdiff
path: root/LedgerSMB/Session/DB.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-21 07:11:56 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-21 07:11:56 +0000
commit5fab4f483b8958c26cde2f2b0837a858ee94c4a3 (patch)
tree5377d51cf9ff98d1e597ea05bff3958630e80221 /LedgerSMB/Session/DB.pm
parentf2d530bd76f53cf3b2a8a583aaa1862deda4fcca (diff)
Fixed emailing
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@975 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Session/DB.pm')
-rwxr-xr-xLedgerSMB/Session/DB.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/Session/DB.pm b/LedgerSMB/Session/DB.pm
index eb550c62..d10932aa 100755
--- a/LedgerSMB/Session/DB.pm
+++ b/LedgerSMB/Session/DB.pm
@@ -227,7 +227,6 @@ sub password_check {
$fetchPassword->execute($username) || $form->dberror(__FILE__.':'.__LINE__.': Fetching password : ');
my ($dbusername, $md5Password, $cryptPassword) = $fetchPassword->fetchrow_array;
-
if ($dbusername ne $username) {
# User data retrieved from db not for the requested user
return 0;