Aleksander Machniak
2012-11-13 275728ab0511c5e89c372aaa5508dc0040c146b2
Remove debug code from last commit
1 files modified
1 ■■■■ changed files
program/steps/mail/func.inc 1 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1110,7 +1110,6 @@
  if (!empty($MESSAGE->parts)) {
    foreach ($MESSAGE->parts as $i => $part) {
 console($part);
      if ($part->type == 'headers')
        $out .= rcmail_message_headers(sizeof($header_attrib) ? $header_attrib : NULL, $part->headers);
      else if ($part->type == 'content') {