Changeset 587 for pro-violet-viettel/sourcecode/application/modules/admin
- Timestamp:
- Nov 20, 2014 6:23:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/home.php
r586 r587 153 153 $percent[$index]['class']="down"; 154 154 $percent[$index]['display']="giảm"; 155 $percent[$index]['value']="n/a"; 156 if (($top['this_month'][$index]>0)&&($top['last_month'][$index]>0)) 157 { 155 158 $percent[$index]['value']=round((($top['this_month'][$index] / $top['last_month'][$index])*100),1); 156 159 if ($top['this_month'][$index] > $top['last_month'][$index]) … … 158 161 $percent[$index]['class']="up"; 159 162 $percent[$index]['display']="tÄng"; 163 } 160 164 } 161 165 }
Note: See TracChangeset
for help on using the changeset viewer.