Changeset 206


Ignore:
Timestamp:
Oct 1, 2014 9:46:35 AM (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

    r205 r206  
    247247  }
    248248 
    249 /*  public function executeDeletemulti () {
     249  public function executeDeletemulti () {
    250250        $userId = $this->getRequestParameter('userid');
    251251        $aryDel = $this->getRequestParameter('delobj');
     
    298298  }
    299299
    300   public function executeCopy () {
     300/*  public function executeCopy () {
    301301    $userId = $this->getRequestParameter('userid');
    302302    $destination = $this->getRequestParameter('destination');
Note: See TracChangeset for help on using the changeset viewer.