mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 13:10:58 +01:00
fix typo
This commit is contained in:
parent
91c1a310fe
commit
391317c5c6
@ -1943,13 +1943,13 @@ class mail_ui
|
|||||||
}
|
}
|
||||||
if (count($attachments)==1)
|
if (count($attachments)==1)
|
||||||
{
|
{
|
||||||
$imageHTMLBlock = self::createAttachmentBlock($attachments, $datarowid, $header['uid'], $_folder);
|
$imageHTMLBlock = self::createAttachmentBlock($attachments, $datarowid, $header['uid'], $_folderName);
|
||||||
$imageTag = json_encode($attachments);
|
$imageTag = json_encode($attachments);
|
||||||
$image = html::image('mail','attach',$attachments[0]['name'].(!empty($attachments[0]['mimeType'])?' ('.$attachments[0]['mimeType'].')':''));
|
$image = html::image('mail','attach',$attachments[0]['name'].(!empty($attachments[0]['mimeType'])?' ('.$attachments[0]['mimeType'].')':''));
|
||||||
}
|
}
|
||||||
if (count($attachments)>1)
|
if (count($attachments)>1)
|
||||||
{
|
{
|
||||||
$imageHTMLBlock = self::createAttachmentBlock($attachments, $datarowid, $header['uid'], $_folder);
|
$imageHTMLBlock = self::createAttachmentBlock($attachments, $datarowid, $header['uid'], $_folderName);
|
||||||
$imageTag = json_encode($attachments);
|
$imageTag = json_encode($attachments);
|
||||||
$image = html::image('mail','attach',lang('%1 attachments',count($attachments)));
|
$image = html::image('mail','attach',lang('%1 attachments',count($attachments)));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user