summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-02-20 04:32:49 +0000
committerfukachan <fukachan>2003-02-20 04:32:49 +0000
commitdd0e0ddf3385abc847f05159dfc6da0c0193485d (patch)
tree94d356fba28c9987d2dca3fd87095fa3f9ec51f1 /fml/lib/FML/Command
parentf67913d09f41ef7314afe9cdc8d44f81612ecde7 (diff)
downloadfml8-dd0e0ddf3385abc847f05159dfc6da0c0193485d.tar.gz
fml8-dd0e0ddf3385abc847f05159dfc6da0c0193485d.tar.bz2
fml8-dd0e0ddf3385abc847f05159dfc6da0c0193485d.zip
cosmetics (\s*$)
Diffstat (limited to 'fml/lib/FML/Command')
-rw-r--r--fml/lib/FML/Command/Admin/log.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/log.pm b/fml/lib/FML/Command/Admin/log.pm
index d65ca9ae..23cce6ac 100644
--- a/fml/lib/FML/Command/Admin/log.pm
+++ b/fml/lib/FML/Command/Admin/log.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: log.pm,v 1.13 2003/01/27 03:34:36 fukachan Exp $
+# $FML: log.pm,v 1.14 2003/02/16 08:33:09 fukachan Exp $
#
package FML::Command::Admin::log;
@@ -105,7 +105,7 @@ sub _show_log
my $linecount = 0;
my $maxline = 0;
my $curproc = $self->{ _curproc };
- my $charset = ($is_cgi ?
+ my $charset = ($is_cgi ?
$curproc->language_of_cgi_message() :
$curproc->language_default() );