Changeset 195 for pro-bachkim-filespace


Ignore:
Timestamp:
Sep 30, 2014 5:28: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

    r191 r195  
    159159
    160160  public function executeDir() {
    161     /* $this->catId = $this->getRequestParameter('id', -1);
     161        var_dump(12312);
     162       
     163        /* $this->catId = $this->getRequestParameter('id', -1);
    162164    $userId = $this->getRequestParameter('userid');
    163165    $filter = $this->getRequestParameter('filter');
     
    165167    $sortDirBy = $this->getRequestParameter('sortdirby');
    166168    $sortFileBy = $this->getRequestParameter('sortfileby'); */
    167     var_dump(12312);
     169
    168170    /* $isGetAll = $isGetAll != 1 ? 0:1;
    169171    // find parent ID of this category
Note: See TracChangeset for help on using the changeset viewer.