From 963ecc8821dd5d333053176fadc545d639e8b8cc Mon Sep 17 00:00:00 2001 From: fox_two <> Date: Thu, 7 Jun 2001 15:48:09 +0000 Subject: [PATCH] removed unnecessary comments. --- selfforum-cgi/user/fo_arcview.pl | 40 -------------------------------- 1 file changed, 40 deletions(-) diff --git a/selfforum-cgi/user/fo_arcview.pl b/selfforum-cgi/user/fo_arcview.pl index 667fd2b..095ad4d 100644 --- a/selfforum-cgi/user/fo_arcview.pl +++ b/selfforum-cgi/user/fo_arcview.pl @@ -41,19 +41,11 @@ use Template::Archive qw( print_month_as_HTML print_thread_as_HTML ); -#use Template::Forum; -#use Template::Posting; use CGI qw(param header path_info); print header(-type => 'text/html'); -#my $show = $conf->{show}; -#my $tree = $show->{assign}->{thread}; - -#my $forum_file = $conf->{files}->{forum}; -#my $message_path = $conf->{files}->{messagePath}; - my $conf = read_script_conf($Config, $Shared, $Script); my $show = $conf->{'show'}; my $cgi = $show->{'assign'}->{'cgi'}; @@ -78,7 +70,6 @@ if ($year) { } else { print_thread_as_HTML( $conf->{'files'}->{'archivePath'} . $year .'/'. $month .'/t'. $tid . '.xml', -# '/home/users/f/fo/fox_two/sf/data/forum/archive/2001/5/t23518', $show_archive->{'templateFile'}, { 'assign' => $show_archive->{'assign'}, @@ -111,37 +102,6 @@ if ($year) { # print_overview_as_HTML(); } - -#if (defined ($tid) and defined ($mid)) { -# print_posting_as_HTML ( -# $message_path, -# $show_posting -> {templateFile}, -# { assign => $show_posting -> {assign}, -# thread => $tid, -# posting => $mid, -# adminDefault => $adminDefault, -# messages => $conf -> {template} -> {messages}, -# form => $show_posting -> {form}, -# cgi => $cgi, -# tree => $tree, -# firsttime => 1, -# cachepath => $conf -> {files} -> {cachePath} -# } -# ); -#} -# -#else { -# print_forum_as_HTML ( -# $forum_file, -# $show_forum -> {templateFile}, -# { assign => $show_forum -> {assign}, -# adminDefault => $adminDefault, -# cgi => $cgi, -# tree => $tree -# } -# ); -#} - # # ### end of fo_view.pl ########################################################## -- 2.34.1