summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error/Analyze/histgram.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-05-22 06:19:49 +0000
committerfukachan <fukachan>2004-05-22 06:19:49 +0000
commita523d84b1df056c7e8a63c527f27d7e43f1688e0 (patch)
treec06541365c33b5105457a2b4c1fb9de2c76ab126 /fml/lib/FML/Error/Analyze/histgram.pm
parent2deadbc210314fe9dfbb589b3397be8fc85f5e53 (diff)
downloadfml8-a523d84b1df056c7e8a63c527f27d7e43f1688e0.tar.gz
fml8-a523d84b1df056c7e8a63c527f27d7e43f1688e0.tar.bz2
fml8-a523d84b1df056c7e8a63c527f27d7e43f1688e0.zip
rename variable: $error_* -> $error_mail_*
error_analyzer_day_limit->error_mail_analyzer_day_limit error_analyzer_cache_dir->error_mail_analyzer_cache_dir error_analyzer_cache_type->error_mail_analyzer_cache_type error_analyzer_cache_mode->error_mail_analyzer_cache_mode error_analyzer_cache_size->error_mail_analyzer_cache_size error_analyzer_function_select_list->error_mail_analyzer_function_select_list error_analyzer_function->error_mail_analyzer_function error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
Diffstat (limited to 'fml/lib/FML/Error/Analyze/histgram.pm')
-rw-r--r--fml/lib/FML/Error/Analyze/histgram.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Error/Analyze/histgram.pm b/fml/lib/FML/Error/Analyze/histgram.pm
index 0092d533..b7ccaedf 100644
--- a/fml/lib/FML/Error/Analyze/histgram.pm
+++ b/fml/lib/FML/Error/Analyze/histgram.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: histgram.pm,v 1.8 2004/02/15 04:38:32 fukachan Exp $
+# $FML: histgram.pm,v 1.9 2004/04/23 04:10:33 fukachan Exp $
#
package FML::Error::Analyze::histgram;
@@ -83,8 +83,8 @@ sub _histgram
my @removelist = ();
my $summary = {};
my $config = $curproc->config();
- my $limit = $config->{ error_analyzer_simple_count_limit } || 14;
- my $daylimit = $config->{ error_analyzer_day_limit } || 14;
+ my $limit = $config->{ error_mail_analyzer_simple_count_limit } || 14;
+ my $daylimit = $config->{ error_mail_analyzer_day_limit } || 14;
my $now = time; # unix time (seconds).
my $half_day = 12 * 3600 ; # 12 hours (seconds).
my $one_day = 24 * 3600 ; # 24 hours (seconds).