| @@ 4154-4158 (lines=5) @@ | ||
| 4151 | } |
|
| 4152 | } |
|
| 4153 | } |
|
| 4154 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 4155 | { |
|
| 4156 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 4157 | $this->mail_bo->saveSessionData(); |
|
| 4158 | } |
|
| 4159 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 4160 | $response = Api\Json\Response::get(); |
|
| 4161 | if ($success) |
|
| @@ 3952-3956 (lines=5) @@ | ||
| 3949 | } |
|
| 3950 | } |
|
| 3951 | } |
|
| 3952 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 3953 | { |
|
| 3954 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 3955 | $this->mail_bo->saveSessionData(); |
|
| 3956 | } |
|
| 3957 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 3958 | $response = Api\Json\Response::get(); |
|
| 3959 | if ($oA && $success) |
|