git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4688
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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";
if (isset($msg[$i])) {
$id = $msg[$i];
$body_a = sqimap_run_command($imapConnection, "FETCH $id RFC822",true, $response, $readmessage, $uid_support);
- if ($response = 'OK') {
+ if ($response == 'OK') {
$k = $i + $start_index;
$subject = $msgs[$k]['SUBJECT'];