Changeset 857 for pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/privatecontent.php
- Timestamp:
- Mar 30, 2015 5:14:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/privatecontent.php
r837 r857 93 93 $aryError = array('err' => $this->xml->status->_param['err'], 'errCode' => (int)$this->xml->status->_param['errCode']); 94 94 $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); */98 95 echo json_encode($aryData); 99 96 }
Note: See TracChangeset
for help on using the changeset viewer.