| @@ 3942-3946 (lines=5) @@ | ||
| 3939 | } |
|
| 3940 | } |
|
| 3941 | } |
|
| 3942 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 3943 | { |
|
| 3944 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 3945 | $this->mail_bo->saveSessionData(); |
|
| 3946 | } |
|
| 3947 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 3948 | $response = Api\Json\Response::get(); |
|
| 3949 | if ($oA && $success) |
|
| @@ 4144-4148 (lines=5) @@ | ||
| 4141 | } |
|
| 4142 | } |
|
| 4143 | } |
|
| 4144 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 4145 | { |
|
| 4146 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 4147 | $this->mail_bo->saveSessionData(); |
|
| 4148 | } |
|
| 4149 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 4150 | $response = Api\Json\Response::get(); |
|
| 4151 | if ($success) |
|