X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/f247cc770243a474bbba7845094047e0995b9746..4a48147439aaea9f8e753d7cc37b38733d60bdd5:/selfforum-cgi/user/fo_view.pl

diff --git a/selfforum-cgi/user/fo_view.pl b/selfforum-cgi/user/fo_view.pl
index ad74b50..f92d376 100644
--- a/selfforum-cgi/user/fo_view.pl
+++ b/selfforum-cgi/user/fo_view.pl
@@ -10,7 +10,7 @@ BEGIN {
   ($Script) = ($0 =~ /^.*\/(.*)$/)? $1 : $0;}
 
 use lib "$Shared";
-#use CGI::Carp qw(fatalsToBrowser);
+use CGI::Carp qw(fatalsToBrowser);
 
 use Conf;
 use Conf::Admin;
@@ -61,4 +61,5 @@ else {
                        tree         => $tree
                       });}
 
+print "t1 ";
 # eos
\ No newline at end of file