nehresma 25 年 前
コミット
40f15816b8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

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