diff options
author | thomascube <thomas@roundcube.net> | 2007-10-18 09:10:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-10-18 09:10:35 +0000 |
commit | 142e5f8f924272fb6e29806d7c7eb8c2ec6c6c9e (patch) | |
tree | 567e5ded7f9dd36f8de985f7463df9558fe7d4b4 /program/steps/mail/get.inc | |
parent | 57456485c477d2f493b4ecd69a3608fe1ad2dcbf (diff) |
Fixed syntax typo
Diffstat (limited to 'program/steps/mail/get.inc')
-rw-r--r-- | program/steps/mail/get.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index f245296ae..880baa38b 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -55,7 +55,7 @@ if ($_GET['_frame']) else if ($pid = get_input_value('_part', RCUBE_INPUT_GET)) { - if ($part = $MESSAGE['parts'][$pid]); + if ($part = $MESSAGE['parts'][$pid]) { $ctype_primary = strtolower($part->ctype_primary); $ctype_secondary = strtolower($part->ctype_secondary); |