diff options
| author | fukachan <fukachan> | 2003-02-09 12:31:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-02-09 12:31:39 +0000 |
| commit | e71b5a31cc5e023d2b0190f45450851a8f40a7e6 (patch) | |
| tree | 3fdcdf95b74a1bb8f1582c63570b90fbe9ca0e2e /fml/lib/FML/Command/Auth.pm | |
| parent | c23e0d7fd6287ecfcb8c03eb1b68ec4fc958d7bd (diff) | |
| download | fml8-e71b5a31cc5e023d2b0190f45450851a8f40a7e6.tar.gz fml8-e71b5a31cc5e023d2b0190f45450851a8f40a7e6.tar.bz2 fml8-e71b5a31cc5e023d2b0190f45450851a8f40a7e6.zip | |
cosmetics (white spaces)
Diffstat (limited to 'fml/lib/FML/Command/Auth.pm')
| -rw-r--r-- | fml/lib/FML/Command/Auth.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 7a8460c3..207d6dea 100644 --- a/fml/lib/FML/Command/Auth.pm +++ b/fml/lib/FML/Command/Auth.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Auth.pm,v 1.20 2003/01/11 16:05:14 fukachan Exp $ +# $FML: Auth.pm,v 1.21 2003/02/02 04:43:22 fukachan Exp $ # package FML::Command::Auth; @@ -159,7 +159,7 @@ sub check_admin_member_password # try to check { user => password } relation. if (defined $pwent) { use FML::Crypt; - my $crypt = new FML::Crypt; + my $crypt = new FML::Crypt; PASSWORD_ENTRY: for my $r (@$pwent) { |
