From: ndparker <> Date: Fri, 16 Mar 2001 22:18:23 +0000 (+0000) Subject: no real changes X-Git-Url: https://git.p6c8.net/selfforum.git/commitdiff_plain/10d58060f865f681c8f79ce97c02cb7adbd02e6d?ds=inline;hp=3ccd0fa8e1b8039edd0332c8e079cd1add4f7703 no real changes --- diff --git a/selfforum-cgi/user/fo_view.pl b/selfforum-cgi/user/fo_view.pl index 5773ddd..c6b21cd 100644 --- a/selfforum-cgi/user/fo_view.pl +++ b/selfforum-cgi/user/fo_view.pl @@ -35,7 +35,7 @@ my $adminDefault = read_admin_conf ($conf -> {files} -> {adminDefault}); my $forum_file = $conf -> {files} -> {forum}; my $message_path = $conf -> {files} -> {messagePath}; -#use Lock qw(:ALL);release_file(forum_file);die; +#use Lock qw(:ALL);release_file($forum_file);die; my ($tid, $mid) = (param ($cgi -> {thread}), param ($cgi -> {posting}));