diff options
| author | fukachan <fukachan> | 2002-07-23 13:03:11 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-23 13:03:11 +0000 |
| commit | 96d4cb5f7530a624671dfb00c4740bc6b5501d5d (patch) | |
| tree | 54ba34fbefe086c8436c5340cc2cd6c22b7e0cec /fml/lib/FML/Command/Auth.pm | |
| parent | 980b0d8c7100618bfcb5bcb210632b7850049a5b (diff) | |
| download | fml8-96d4cb5f7530a624671dfb00c4740bc6b5501d5d.tar.gz fml8-96d4cb5f7530a624671dfb00c4740bc6b5501d5d.tar.bz2 fml8-96d4cb5f7530a624671dfb00c4740bc6b5501d5d.zip | |
reconstruct SQL functions in IO::Adapter
new IO::Adapter $map, $config;
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 fbb9cafd..34f857e4 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.10 2002/07/02 12:01:38 fukachan Exp $ +# $FML: Auth.pm,v 1.11 2002/07/18 23:17:10 fukachan Exp $ # package FML::Command::Auth; @@ -153,7 +153,7 @@ sub check_admin_member_password # { $user => $encryptd_passwrod }. for my $map (@$maplist) { use IO::Adapter; - my $obj = new IO::Adapter $map; + my $obj = new IO::Adapter $map, $config; my $pwent = $obj->find( $user , { want => 'key,value', all => 1 }); # if this $map has this $user entry, |
