From f8cfeb5c54e9028a61d6377e371c22285b7f3c85 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 1 Feb 2001 21:07:38 +0000 Subject: [PATCH] removed another warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1032 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/smtp.php b/functions/smtp.php index cae5cbc0..68c291f4 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -252,6 +252,7 @@ $attachmentlength = attachFiles($fp); + if (!isset($postbody)) $postbody = ""; $postbody .= "\r\n--".mimeBoundary()."--\r\n\r\n"; fputs ($fp, $postbody); } else { -- 2.25.1