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

    r214 r215  
    307307   
    308308    if (is_array($aryTreeObj)) {
    309         foreach ($aryTreeObj as $key => $treeObj){
     309        /* foreach ($aryTreeObj as $key => $treeObj){
    310310                if ($act == 'copy') {
    311311                        if ($treeObj->type == 'directory') {
     
    321321                        if ($treeObj->type == 'file') $aryNewTree['FILES'][];
    322322                }
    323         }
     323        } */
    324324    }
    325325   
Note: See TracChangeset for help on using the changeset viewer.