Ignore:
Timestamp:
Mar 30, 2015 5:14:44 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/privatecontent.php

    r837 r857  
    9393                $aryError = array('err' => $this->xml->status->_param['err'], 'errCode' => (int)$this->xml->status->_param['errCode']);
    9494                $aryData = array('id' => $this->xml->status->_param['id'], 'name' => $name, 'parentID' => $parentDir, 'ERROR' => $aryError);
    95                
    96                 /* $aryError = array('err' => '', 'errCode' => 0);
    97                 $aryData =  array('id' => rand(100, 1000), 'name' => $name, 'parentID' => $parentDir, 'ERROR' => $aryError); */
    9895                echo json_encode($aryData);
    9996        }
Note: See TracChangeset for help on using the changeset viewer.