Changeset 189


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

    r188 r189  
    160160    $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');
    165     $sortFileBy = $this->getRequestParameter('sortfileby');
     165    $sortFileBy = $this->getRequestParameter('sortfileby'); */
    166166    var_dump($userId);
    167167    /* $isGetAll = $isGetAll != 1 ? 0:1;
Note: See TracChangeset for help on using the changeset viewer.