mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
Remove some white spaces and out commented line
This commit is contained in:
parent
d53cbd70f6
commit
6cc7ff661d
@ -2072,7 +2072,6 @@ class mail_ui
|
||||
'onExecute' => 'javaScript:app.mail.drag_attachment'
|
||||
)
|
||||
));
|
||||
//_debug_array($content);
|
||||
$readonlys = $preserv = $content;
|
||||
$etpl->exec('mail.mail_ui.displayMessage',$content,$sel_options,$readonlys,$preserv,2);
|
||||
}
|
||||
@ -2123,7 +2122,7 @@ class mail_ui
|
||||
$attachmentHTML[$key]['partID']=$value['partID'];
|
||||
$attachmentHTML[$key]['winmailFlag']=$value['is_winmail'];
|
||||
$attachmentHTML[$key]['classSaveAllPossiblyDisabled'] = "mail_DisplayNone";
|
||||
|
||||
|
||||
switch(strtoupper($value['mimeType']))
|
||||
{
|
||||
case 'MESSAGE/RFC822':
|
||||
@ -4056,7 +4055,7 @@ class mail_ui
|
||||
$response->call('app.mail.lock_tree');
|
||||
}
|
||||
$this->mail_bo->compressFolder($trashFolder);
|
||||
|
||||
|
||||
$heirarchyDelimeter = $this->mail_bo->getHierarchyDelimiter(true);
|
||||
$fShortName = array_pop(explode($heirarchyDelimeter, $trashFolder));
|
||||
$fStatus = array(
|
||||
|
Loading…
Reference in New Issue
Block a user