| @@ 3827-3831 (lines=5) @@ | ||
| 3824 | } |
|
| 3825 | } |
|
| 3826 | } |
|
| 3827 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 3828 | { |
|
| 3829 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 3830 | $this->mail_bo->saveSessionData(); |
|
| 3831 | } |
|
| 3832 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 3833 | $response = Api\Json\Response::get(); |
|
| 3834 | if ($oA && $success) |
|
| @@ 4029-4033 (lines=5) @@ | ||
| 4026 | } |
|
| 4027 | } |
|
| 4028 | } |
|
| 4029 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 4030 | { |
|
| 4031 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 4032 | $this->mail_bo->saveSessionData(); |
|
| 4033 | } |
|
| 4034 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 4035 | $response = Api\Json\Response::get(); |
|
| 4036 | if ($success) |
|