From 7e449464b24701de8b8a9ab6b2a9607d7cd50c6b Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 27 Mar 2003 04:02:12 +0000 Subject: [PATCH] Another operator bug... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4689 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/spamcop/spamcop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spamcop/spamcop.php b/plugins/spamcop/spamcop.php index 58d55ff0..c77b822c 100644 --- a/plugins/spamcop/spamcop.php +++ b/plugins/spamcop/spamcop.php @@ -30,7 +30,7 @@ function getMessage_RFC822_Attachment($message, $composeMessage, $passed_id, TRUE, $response, $readmessage, $uid_support); $message = $message->parent; } - if ($response = 'OK') { + if ($response == 'OK') { $subject = encodeHeader($message->rfc822_header->subject); array_shift($body_a); $body = implode('', $body_a) . "\r\n"; -- 2.25.1