# nur nicht geloeschte Messages beachten
for ($i=0; $i < @{$threads -> {$ftid}}; $i++) {
if ($threads -> {$ftid} -> [$i] -> {deleted}) {
- $+=$threads -> {$ftid} -> [$i] -> {answers};}
+ $i+=$threads -> {$ftid} -> [$i] -> {answers};}
else {
$msg{$threads -> {$ftid} -> [$i] -> {mid}}=$i;}}
# ====================================================
# end of fo_posting.pl
-# ====================================================
+# ====================================================
\ No newline at end of file
($Script) = ($0 =~ /^.*\/(.*)$/)? $1 : $0;}
use lib "$Shared";
-#use CGI::Carp qw(fatalsToBrowser);
+use CGI::Carp qw(fatalsToBrowser);
use Conf;
use Conf::Admin;
tree => $tree
});}
+print "t1 ";
# eos
\ No newline at end of file