Changeset 4948 in subversion
- Timestamp:
- Jul 21, 2011 2:41:53 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r4908 r4948 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.
