| @@ 3801-3805 (lines=5) @@ | ||
| 3798 | } |
|
| 3799 | } |
|
| 3800 | } |
|
| 3801 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 3802 | { |
|
| 3803 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 3804 | $this->mail_bo->saveSessionData(); |
|
| 3805 | } |
|
| 3806 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 3807 | $response = Api\Json\Response::get(); |
|
| 3808 | if ($oA && $success) |
|
| @@ 4007-4011 (lines=5) @@ | ||
| 4004 | } |
|
| 4005 | } |
|
| 4006 | } |
|
| 4007 | if ($folderName==$this->mail_bo->sessionData['mailbox']) |
|
| 4008 | { |
|
| 4009 | $this->mail_bo->sessionData['mailbox']=$newFolderName; |
|
| 4010 | $this->mail_bo->saveSessionData(); |
|
| 4011 | } |
|
| 4012 | //error_log(__METHOD__.__LINE__.array2string($oA)); |
|
| 4013 | $response = Api\Json\Response::get(); |
|
| 4014 | if ($success) |
|