diff options
| author | fukachan <fukachan> | 2003-03-18 10:35:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-18 10:35:13 +0000 |
| commit | bbb2c3509024ca305925cf61bdcc69fe8dc2a702 (patch) | |
| tree | a1b3195e0205325d67e2a44dd1bf2914b94d29dc /fml/lib/FML/Command/User/help.pm | |
| parent | 12051c9cbb3f3ad760609774a913d4c3ecfb7a2a (diff) | |
| download | fml8-bbb2c3509024ca305925cf61bdcc69fe8dc2a702.tar.gz fml8-bbb2c3509024ca305925cf61bdcc69fe8dc2a702.tar.bz2 fml8-bbb2c3509024ca305925cf61bdcc69fe8dc2a702.zip | |
not need lock
Diffstat (limited to 'fml/lib/FML/Command/User/help.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/help.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/help.pm b/fml/lib/FML/Command/User/help.pm index 32799f6c..5eaa6252 100644 --- a/fml/lib/FML/Command/User/help.pm +++ b/fml/lib/FML/Command/User/help.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: help.pm,v 1.14 2002/09/22 14:56:47 fukachan Exp $ +# $FML: help.pm,v 1.15 2002/12/15 13:46:30 fukachan Exp $ # package FML::Command::User::help; @@ -53,7 +53,7 @@ sub new # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) -sub need_lock { 1;} +sub need_lock { 0;} # Descriptions: send help file by FML::Command::SendFile. |
