|
@@ 2567-2570 (lines=4) @@
|
| 2564 |
|
{ |
| 2565 |
|
//error_log(__METHOD__.' IDs:'.array2string($ids).' SaveToPath:'.$path); |
| 2566 |
|
|
| 2567 |
|
if (is_array($ids) && !Vfs::is_writable($path) || !is_array($ids) && !Vfs::is_writable(dirname($path))) |
| 2568 |
|
{ |
| 2569 |
|
return 'alert("'.addslashes(lang('%1 is NOT writable by you!',$path)).'"); Egw(window).close();'; |
| 2570 |
|
} |
| 2571 |
|
Api\Translation::add_app('mail'); |
| 2572 |
|
|
| 2573 |
|
$rememberServerID = $this->mail_bo->profileID; |
|
@@ 2641-2644 (lines=4) @@
|
| 2638 |
|
{ |
| 2639 |
|
//error_log(__METHOD__.__LINE__.'("'.array2string($ids).'","'.$path."\")');"); |
| 2640 |
|
|
| 2641 |
|
if (is_array($ids) && !Vfs::is_writable($path) || !is_array($ids) && !Vfs::is_writable(dirname($path))) |
| 2642 |
|
{ |
| 2643 |
|
return 'alert("'.addslashes(lang('%1 is NOT writable by you!',$path)).'"); Egw(window).close();'; |
| 2644 |
|
} |
| 2645 |
|
$err=null; |
| 2646 |
|
$dupe_count = array(); |
| 2647 |
|
$rememberServerID = $this->mail_bo->profileID; |