summaryrefslogtreecommitdiff
path: root/bin/login.pl
diff options
context:
space:
mode:
authorjasonjayr <jasonjayr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-30 06:12:23 +0000
committerjasonjayr <jasonjayr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-30 06:12:23 +0000
commitbe3106f42bbcace6790f2ddc9c443978d93c3373 (patch)
tree1f988ff1f63010e991c8a5f544294327c78b33a5 /bin/login.pl
parente649e143243aa56a78918ad553748df70cf84094 (diff)
Changed LedgerSMB/User.pm to be package LedgerSMB::User, and changed all the modules that currently call it.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@389 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/login.pl')
-rwxr-xr-xbin/login.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/login.pl b/bin/login.pl
index 2ef1c8aa..9eb63200 100755
--- a/bin/login.pl
+++ b/bin/login.pl
@@ -263,7 +263,7 @@ sub login {
}
- $user = new User ${LedgerSMB::Sysconfig::memberfile}, $form->{login};
+ $user = LedgerSMB::User->new(${LedgerSMB::Sysconfig::memberfile}, $form->{login});
# if we get an error back, bale out
if (($errno = $user->login(\%$form, ${LedgerSMB::Sysconfig::userspath})) <= -1) {