X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/311919c2fa42aaacfc531b1aa5bbd0fc02f4d238..4a48147439aaea9f8e753d7cc37b38733d60bdd5:/selfforum-cgi/user/fo_posting.pl?ds=inline diff --git a/selfforum-cgi/user/fo_posting.pl b/selfforum-cgi/user/fo_posting.pl index 86a24fa..3889632 100644 --- a/selfforum-cgi/user/fo_posting.pl +++ b/selfforum-cgi/user/fo_posting.pl @@ -114,7 +114,7 @@ sub check_reply_dupe () { # 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;}} @@ -526,4 +526,4 @@ BEGIN { # ==================================================== # end of fo_posting.pl -# ==================================================== +# ==================================================== \ No newline at end of file