Changeset 114


Ignore:
Timestamp:
Sep 12, 2014 11:11:56 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php

    r113 r114  
    9393    $aryNewTree['DIRECTORIES'][] = $newDir;
    9494
    95     if (isset($sourceObj->files)) {
     95    /* if (isset($sourceObj->files)) {
    9696      $aryChidlFiles = $sourceObj->files;
    9797      foreach ($aryChidlFiles as $key => $file) {
    9898        $aryNewTree['FILES'][] = $this->CopySpaceFile();
    9999      }
    100     }
     100    } */
    101101
    102102    if (isset($sourceObj->childs)) {
     
    125125    $tblfile->setFileResource($currentFile);
    126126    $tblfile->setFileCategory($destination);
    127     $tblfile->setFileUser($userId);
     127    $tblfile->setFileUser($userid);
    128128    $tblfile->setFileName($fileName);
    129129    $tblfile->setFileDate(date('Y-m-d H:i:s'));
Note: See TracChangeset for help on using the changeset viewer.