Changeset 203 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 1, 2014 9:39:11 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

    r202 r203  
    2222  }
    2323 
    24 /*   private function CreateSpaceDir($folderName, $parentId, $userId) {
     24   private function CreateSpaceDir($folderName, $parentId, $userId) {
    2525    $c = new Criteria();
    2626    $c->add(TblspacecategoryPeer::CAT_PARENT, $parentId);
     
    201201  }
    202202 
    203   public function executeMkdir() {
     203/*  public function executeMkdir() {
    204204    $userId = $this->getRequestParameter('userid');
    205205    $parentId = $this->getRequestParameter('parent_id');
Note: See TracChangeset for help on using the changeset viewer.