nehresma 25 éve
szülő
commit
40f15816b8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {