ahum..
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 Jul 2002 13:56:21 +0000 (13:56 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 Jul 2002 13:56:21 +0000 (13:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3047 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/smtp.php

index 8caa33be4f7387e650f27900927a6f766103a581..1ae2cbfad26423269c3bcfc331743dd8e51b8bc2 100644 (file)
@@ -162,7 +162,7 @@ function attachFiles ($fp, $session, $rn="\r\n") {
                          * Check if the last line has newline ($rn) in it
                          * and append if it doesn't.
                          */
-                        if ($file && feof($fp) && !strstr($tmp, "$rn")){
+                        if ($file && feof($file) && !strstr($tmp, "$rn")){
                             $tmp .= $rn;
                         }
                         if ($fp) {