|
@@ 2583-2586 (lines=4) @@
|
| 2580 |
|
{ |
| 2581 |
|
//error_log(__METHOD__.' IDs:'.array2string($ids).' SaveToPath:'.$path); |
| 2582 |
|
|
| 2583 |
|
if (is_array($ids) && !Vfs::is_writable($path) || !is_array($ids) && !Vfs::is_writable(dirname($path))) |
| 2584 |
|
{ |
| 2585 |
|
return 'alert("'.addslashes(lang('%1 is NOT writable by you!',$path)).'"); Egw(window).close();'; |
| 2586 |
|
} |
| 2587 |
|
Api\Translation::add_app('mail'); |
| 2588 |
|
|
| 2589 |
|
$rememberServerID = $this->mail_bo->profileID; |
|
@@ 2657-2660 (lines=4) @@
|
| 2654 |
|
{ |
| 2655 |
|
//error_log(__METHOD__.__LINE__.'("'.array2string($ids).'","'.$path."\")');"); |
| 2656 |
|
|
| 2657 |
|
if (is_array($ids) && !Vfs::is_writable($path) || !is_array($ids) && !Vfs::is_writable(dirname($path))) |
| 2658 |
|
{ |
| 2659 |
|
return 'alert("'.addslashes(lang('%1 is NOT writable by you!',$path)).'"); Egw(window).close();'; |
| 2660 |
|
} |
| 2661 |
|
$err=null; |
| 2662 |
|
$dupe_count = array(); |
| 2663 |
|
$rememberServerID = $this->mail_bo->profileID; |