stekkel %!s(int64=23) %!d(string=hai) anos
pai
achega
26f2fd0cf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -753,7 +753,7 @@ function calculate_references($refs, $inreplyto, $old_reply_to) {
                 $refer = trim($regs[1]);
             }
             else {
-               $refer .= ' ' . trim($regs[1]);
+               $refer .= ' ' . trim($refs[0][$i]);
 	    }
             
         }