Changeset 99


Ignore:
Timestamp:
Sep 11, 2014 5:16:42 PM (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

    r98 r99  
    8585    $c->add(TblspacecategoryPeer::CAT_USER, $userId);
    8686    $currentCat = TblspacecategoryPeer::doSelectOne($c);
     87    var_dump($currentCat);
    8788    $newDir =  $this->CreateSpaceDir($currentCat->getCatName(), $destination, $userId);
    8889    $aryNewTree['DIRECTORIES'][] = $newDir;
     
    9596    } */
    9697
    97     if (isset($sourceObj->childs)) {
     98    /* if (isset($sourceObj->childs)) {
    9899      $aryChidlDirs = $sourceObj->childs;
    99100      foreach ($aryChidlDirs as $key => $dir) {
    100101        $this->CopySpaceDir($dir, $newDir, $userId, $aryNewTree);
    101102      }
    102     }
     103    } */
    103104  }
    104105
Note: See TracChangeset for help on using the changeset viewer.