| @@ 3811-3815 (lines=5) @@ | ||
| 3808 | } |
|
| 3809 | } |
|
| 3810 | } |
|
| 3811 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 3812 | { |
|
| 3813 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 3814 | $this->mail_bo->saveSessionData(); |
|
| 3815 | } |
|
| 3816 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 3817 | $response = Api\Json\Response::get(); |
|
| 3818 | if ($oA && $success) |
|
| @@ 4017-4021 (lines=5) @@ | ||
| 4014 | } |
|
| 4015 | } |
|
| 4016 | } |
|
| 4017 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 4018 | { |
|
| 4019 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 4020 | $this->mail_bo->saveSessionData(); |
|
| 4021 | } |
|
| 4022 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 4023 | $response = Api\Json\Response::get(); |
|
| 4024 | if ($success) |
|