diff options
| author | fukachan <fukachan> | 2004-06-29 10:02:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-06-29 10:02:42 +0000 |
| commit | ce0807500864b84210a239a550014fa6455dee76 (patch) | |
| tree | 59258c9a3edcf4a59b8e63aa7e3f8661fad54539 /fml/lib/FML/Command/User/admin.pm | |
| parent | 27e4f0966de9ee30fdacd9a0ea588f8b8c440791 (diff) | |
| download | fml8-ce0807500864b84210a239a550014fa6455dee76.tar.gz fml8-ce0807500864b84210a239a550014fa6455dee76.tar.bz2 fml8-ce0807500864b84210a239a550014fa6455dee76.zip | |
overhaul:
o fix comments.
o fix messages/error messages.
o use //o if could.
o specify initial value.
Diffstat (limited to 'fml/lib/FML/Command/User/admin.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/admin.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/User/admin.pm b/fml/lib/FML/Command/User/admin.pm index 978543df..c662261e 100644 --- a/fml/lib/FML/Command/User/admin.pm +++ b/fml/lib/FML/Command/User/admin.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: admin.pm,v 1.7 2004/03/14 09:05:05 fukachan Exp $ +# $FML: admin.pm,v 1.8 2004/04/30 13:39:15 fukachan Exp $ # package FML::Command::User::admin; @@ -65,7 +65,7 @@ sub rewrite_prompt } -# Descriptions: need lock or not +# Descriptions: need lock or not. # Arguments: none # Side Effects: none # Return Value: NUM( 1 or 0) @@ -265,7 +265,7 @@ sub _apply_new_admin_command_mail_restrictions return 0; } else { - $curproc->log("unknown result"); + $curproc->log("unknown result: $result"); return 0; } } |
