X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/232104002cf82c14d1fbf1536f937e9cf7e318f3..25784c0f4cca98b8d646fb450df866758a531f44:/selfforum-cgi/user/fo_posting.pl 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