]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/fo_posting.pl
some bugs fixed, lockfiles (fo_admin_default.xml.*) removed from repository
[selfforum.git] / selfforum-cgi / user / fo_posting.pl
index 86a24fa7235a3613f9c5fb25c3968a6caa2a140b..388963217963f6e1166f8579d4a5e2fd81bcddfc 100644 (file)
@@ -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

patrick-canterino.de