Changeset 203 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Oct 1, 2014 9:39:11 AM (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
r202 r203 22 22 } 23 23 24 /*private function CreateSpaceDir($folderName, $parentId, $userId) {24 private function CreateSpaceDir($folderName, $parentId, $userId) { 25 25 $c = new Criteria(); 26 26 $c->add(TblspacecategoryPeer::CAT_PARENT, $parentId); … … 201 201 } 202 202 203 public function executeMkdir() {203 /* public function executeMkdir() { 204 204 $userId = $this->getRequestParameter('userid'); 205 205 $parentId = $this->getRequestParameter('parent_id');
Note: See TracChangeset
for help on using the changeset viewer.