From 142e5f8f924272fb6e29806d7c7eb8c2ec6c6c9e Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 Oct 2007 05:10:35 -0400
Subject: [PATCH] Fixed syntax typo
---
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 f245296..880baa3 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -55,7 +55,7 @@
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);
--
Gitblit v1.9.1