Changeset 24


Ignore:
Timestamp:
Jul 24, 2014 11:31:31 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

    r19 r24  
    1919    //$this->forward('default', 'module');
    2020  }
    21 
     21 
    2222  private function CreateSpaceDir($folderName, $parentId, $userId) {
    2323    $c = new Criteria();
     
    8585   
    8686    // find parent ID of this category
    87     if ($this->catId != -1) {
     87    /* if ($this->catId != -1) {
    8888      $c = new Criteria();
    8989      $c->add(TblspacecategoryPeer::CAT_ID, $this->catId);
     
    9292      $this->parentId = $thisCat? $thisCat->getCatParent(): '-1';
    9393    }
    94     else $this->parentId = '';
     94    else */ $this->parentId = '';
    9595
    9696    // find subcategory of this category
     
    253253    return sfView::NONE;
    254254  }
     255 
     256  public function executeList() {
     257       
     258  }
    255259}
Note: See TracChangeset for help on using the changeset viewer.