]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/fo_view.pl
change_posting_visibility(): uses now Posting::_lib::save_file()
[selfforum.git] / selfforum-cgi / user / fo_view.pl
index 5d7d529945dd2021db22fd0dc1355205b73cb296..f92d376de8a72653d9379bdedcfedde40210b2f9 100644 (file)
@@ -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;
@@ -42,13 +42,14 @@ my ($tid, $mid) = (param ($cgi -> {thread}), param ($cgi -> {posting}));
 if (defined ($tid) and defined ($mid)) {
   print_posting_as_HTML ($message_path,
                          "$Bin/".$show_posting -> {templateFile},
-                        {assign   => $show_posting -> {assign},
-                         thread   => $tid,
-                         posting  => $mid,
-                         messages => $show_posting -> {messages},
-                         form     => $show_posting -> {form},
-                         cgi      => $cgi,
-                         tree     => $tree
+                        {assign       => $show_posting -> {assign},
+                         thread       => $tid,
+                         posting      => $mid,
+                         adminDefault => $adminDefault,
+                         messages     => $show_posting -> {messages},
+                         form         => $show_posting -> {form},
+                         cgi          => $cgi,
+                         tree         => $tree
                         });}
 
 else {
@@ -60,4 +61,5 @@ else {
                        tree         => $tree
                       });}
 
+print "t1 ";
 # eos
\ No newline at end of file

patrick-canterino.de