diff options
| author | fukachan <fukachan> | 2002-08-03 13:13:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-08-03 13:13:18 +0000 |
| commit | bd92fcbaea09c6d9a665aa50145badf7bc7b19dc (patch) | |
| tree | 4a360efc1b4f21747318efb5c5ae9c095542356f /fml/lib/FML/Command/UserControl.pm | |
| parent | 597d1d191aaa0c1d46d44c67a69155f4306a6a53 (diff) | |
| download | fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.gz fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.tar.bz2 fml8-bd92fcbaea09c6d9a665aa50145badf7bc7b19dc.zip | |
white spaces
Diffstat (limited to 'fml/lib/FML/Command/UserControl.pm')
| -rw-r--r-- | fml/lib/FML/Command/UserControl.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/UserControl.pm b/fml/lib/FML/Command/UserControl.pm index b535c968..0b6a72d7 100644 --- a/fml/lib/FML/Command/UserControl.pm +++ b/fml/lib/FML/Command/UserControl.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: UserControl.pm,v 1.14 2002/07/23 13:03:12 fukachan Exp $ +# $FML: UserControl.pm,v 1.15 2002/07/24 09:27:16 fukachan Exp $ # package FML::Command::UserControl; @@ -116,7 +116,7 @@ sub userdel $msg_args->{ _arg_map } = $curproc->which_map_nl($map); $trycount++; - + my $obj = new IO::Adapter $map, $config; $obj->delete( $address ); unless ($obj->error()) { |
