diff options
| author | fukachan <fukachan> | 2001-11-19 11:36:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-19 11:36:47 +0000 |
| commit | b4dd9f8d3fee513462d92fc11fa05a336dab18cd (patch) | |
| tree | 54e51f2c9dc9052e16f84a629fd1db56957d8d06 /fml/lib/FML/CGI | |
| parent | b5279f7245d74e435752c23db55b89b34095fb85 (diff) | |
| download | fml8-b4dd9f8d3fee513462d92fc11fa05a336dab18cd.tar.gz fml8-b4dd9f8d3fee513462d92fc11fa05a336dab18cd.tar.bz2 fml8-b4dd9f8d3fee513462d92fc11fa05a336dab18cd.zip | |
summary listing on CGI is normal order by default
Diffstat (limited to 'fml/lib/FML/CGI')
| -rw-r--r-- | fml/lib/FML/CGI/ThreadTrack.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/CGI/ThreadTrack.pm b/fml/lib/FML/CGI/ThreadTrack.pm index 2c242ca1..54bc268a 100644 --- a/fml/lib/FML/CGI/ThreadTrack.pm +++ b/fml/lib/FML/CGI/ThreadTrack.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: ThreadTrack.pm,v 1.9 2001/11/13 15:18:07 fukachan Exp $ +# $FML: ThreadTrack.pm,v 1.10 2001/11/17 04:03:36 fukachan Exp $ # package FML::CGI::ThreadTrack; @@ -142,7 +142,7 @@ sub _build_param db_base_dir => $thread_db_dir, ml_name => $ml_name, spool_dir => $spool_dir, - reverse_order => 1, + reverse_order => 0, }; # import some variables |
