Changeset 216 for pro-bachkim-filespace
- Timestamp:
- Oct 1, 2014 9:55:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r215 r216 307 307 308 308 if (is_array($aryTreeObj)) { 309 /*foreach ($aryTreeObj as $key => $treeObj){310 if ($act == 'copy') {309 foreach ($aryTreeObj as $key => $treeObj){ 310 /* if ($act == 'copy') { 311 311 if ($treeObj->type == 'directory') { 312 312 $this->CopySpaceDir($treeObj, $destination, $userId, $aryNewTree); … … 320 320 if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][]; 321 321 if ($treeObj->type == 'file') $aryNewTree['FILES'][]; 322 } 323 } */322 } */ 323 } 324 324 } 325 325
Note: See TracChangeset
for help on using the changeset viewer.