Ignore:
Timestamp:
Oct 1, 2014 9:56:18 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

    r217 r218  
    316316                        }
    317317                }
    318                 /*else if ($act == 'move') {
    319                         $this->changeParentDir($treeObj, $destination);
     318                else if ($act == 'move') {
     319                        /*$this->changeParentDir($treeObj, $destination);
    320320                        if ($treeObj->type == 'directory') $aryNewTree['DIRECTORIES'][];
    321321                        if ($treeObj->type == 'file') $aryNewTree['FILES'][];
Note: See TracChangeset for help on using the changeset viewer.