nehresma 25 vuotta sitten
vanhempi
commit
40f15816b8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -242,7 +242,7 @@
 
       pclose($fp);
 
-      return ($headerlength + $bodylenght);
+      return ($headerlength + $bodylength);
    }
 
    function smtpReadData($smtpConnection) {