Ignore:
Timestamp:
Sep 30, 2014 3:14:52 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

    r189 r190  
    158158
    159159  public function executeDir() {
    160     $this->catId = $this->getRequestParameter('id', -1);
     160    /* $this->catId = $this->getRequestParameter('id', -1);
    161161    $userId = $this->getRequestParameter('userid');
    162     /* $filter = $this->getRequestParameter('filter');
     162    $filter = $this->getRequestParameter('filter');
    163163    $isGetAll = $this->getRequestParameter('isgetall');
    164164    $sortDirBy = $this->getRequestParameter('sortdirby');
    165165    $sortFileBy = $this->getRequestParameter('sortfileby'); */
    166     var_dump($userId);
     166    var_dump(12312);
    167167    /* $isGetAll = $isGetAll != 1 ? 0:1;
    168168    // find parent ID of this category
Note: See TracChangeset for help on using the changeset viewer.