Changeset 761 for pro-violet-viettel/sourcecode/application/modules/admin/controllers/reportpackage.php
- Timestamp:
- Feb 11, 2015 4:08:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/reportpackage.php
r756 r761 29 29 30 30 $this->load->model('reportmodel'); 31 $data['date']=1; 31 32 $data['month'] = date("m"); 32 33 $data['year'] = date("Y"); 34 $data['to_date']=31; 35 $data['to_month'] = date("m"); 36 $data['to_year'] = date("Y"); 33 37 if ($this->input->post('month')) { 34 38 $data['month'] = $this->input->post('month');
Note: See TracChangeset
for help on using the changeset viewer.