Changeset 189 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Sep 30, 2014 3:14:40 PM (11 years ago)
- 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 160 160 $this->catId = $this->getRequestParameter('id', -1); 161 161 $userId = $this->getRequestParameter('userid'); 162 $filter = $this->getRequestParameter('filter');162 /* $filter = $this->getRequestParameter('filter'); 163 163 $isGetAll = $this->getRequestParameter('isgetall'); 164 164 $sortDirBy = $this->getRequestParameter('sortdirby'); 165 $sortFileBy = $this->getRequestParameter('sortfileby'); 165 $sortFileBy = $this->getRequestParameter('sortfileby'); */ 166 166 var_dump($userId); 167 167 /* $isGetAll = $isGetAll != 1 ? 0:1;
Note: See TracChangeset
for help on using the changeset viewer.