Changeset d8aff9a in github
- Timestamp:
- Jul 21, 2011 2:41:53 AM (22 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1b3ce75
- Parents:
- 070bc830
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rb1057a2 rd8aff9a 2095 2095 2096 2096 if (!empty($status)) { 2097 $status['percent'] = $status['current']/$status['total']*100;2097 $status['percent'] = round($status['current']/$status['total']*100); 2098 2098 $params = array_merge($status, $params); 2099 2099 }
Note: See TracChangeset
for help on using the changeset viewer.
