diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-01-08 02:26:47 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-01-08 02:26:47 +0000 |
| commit | 003ccb74f4cdd24abc6470cbb9334c394223cb99 (patch) | |
| tree | b5df4562e7b055a121dd03deab97794af442a359 /roundcubemail/program/include | |
| parent | a3d51f07a593e1c32ea717ef29def4046a902262 (diff) | |
fixed display of HTML attachments
git-svn-id: https://svn.roundcube.net/trunk@451 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.inc b/roundcubemail/program/include/rcube_imap.inc index d057e0ec1..544552696 100644 --- a/roundcubemail/program/include/rcube_imap.inc +++ b/roundcubemail/program/include/rcube_imap.inc @@ -1121,7 +1121,7 @@ class rcube_imap /** - * Return a flat array with references to all parts, indexed by part numbmers + * Return a flat array with references to all parts, indexed by part numbers * * @param object Message body structure * @return Array with part number -> object pairs |
