summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-01-31 08:12:11 +0000
committerfukachan <fukachan>2004-01-31 08:12:11 +0000
commite822c0e0cf7e2f56513a7ab96eaaae6d0378f4a2 (patch)
treef6a83e2f28762b83879030c90625f8e4c100ae0e /fml/lib/FML/Error.pm
parentd2f17849511e50551aea395779104fccdd72e0e8 (diff)
downloadfml8-e822c0e0cf7e2f56513a7ab96eaaae6d0378f4a2.tar.gz
fml8-e822c0e0cf7e2f56513a7ab96eaaae6d0378f4a2.tar.bz2
fml8-e822c0e0cf7e2f56513a7ab96eaaae6d0378f4a2.zip
fix comments
Diffstat (limited to 'fml/lib/FML/Error.pm')
-rw-r--r--fml/lib/FML/Error.pm8
1 files changed, 3 insertions, 5 deletions
diff --git a/fml/lib/FML/Error.pm b/fml/lib/FML/Error.pm
index 15ab2469..679cd1ae 100644
--- a/fml/lib/FML/Error.pm
+++ b/fml/lib/FML/Error.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: Error.pm,v 1.26 2003/10/15 01:03:27 fukachan Exp $
+# $FML: Error.pm,v 1.27 2003/12/31 03:59:28 fukachan Exp $
#
package FML::Error;
@@ -217,7 +217,6 @@ sub analyze
my $cache = $self->db_open();
my $rdata = $cache->get_all_values_as_hash_ref();
- # XXX-TODO: we should use method to get function name.
use FML::Error::Analyze;
my $analyzer = new FML::Error::Analyze $curproc;
my $fp = $self->get_analyzer_function();
@@ -401,9 +400,8 @@ sub deluser
return;
}
- # XXX-TODO: hmm, which is better,
- # XXX-TODO: FML::Command::Admin::unsubscribe or FML::User::Control ?
- # arguments to pass off to each method
+ # we call FML::Command::Admin::unsubscribe not FML::User::Control
+ # since FML::User::Control is too raw.
my $method = 'unsubscribe';
my $command_args = {
command_mode => 'admin',