Changeset 206
- Timestamp:
- Oct 1, 2014 9:46:35 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
r205 r206 247 247 } 248 248 249 /*public function executeDeletemulti () {249 public function executeDeletemulti () { 250 250 $userId = $this->getRequestParameter('userid'); 251 251 $aryDel = $this->getRequestParameter('delobj'); … … 298 298 } 299 299 300 public function executeCopy () {300 /* public function executeCopy () { 301 301 $userId = $this->getRequestParameter('userid'); 302 302 $destination = $this->getRequestParameter('destination');
Note: See TracChangeset
for help on using the changeset viewer.