Changeset 1347
- Timestamp:
- 09/10/08 20:55:19
(3 months ago)
- Author:
- scitech
- Message:
Fixed #1530: Inconsistency between current_ftp_cnt and actual ftp count: -9 != 1
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1346 |
r1347 |
|
| 5 | 5 | * Updated French (thanks momo) |
|---|
| 6 | 6 | * Mail_add.php display incorrect messages |
|---|
| | 7 | * Fixed #1530: Inconsistency between current_ftp_cnt and actual ftp count: -9 != 1 |
|---|
| 7 | 8 | |
|---|
| 8 | 9 | 2008-09-09 Daniel Andreca |
|---|
| r1327 |
r1347 |
|
| 949 | 949 | |
|---|
| 950 | 950 | $rsub_current += $sub_current; |
|---|
| 951 | | $rsub_max += $sub_max; |
|---|
| | 951 | $rsub_max += ($sub_max>0)?$sub_max:0; |
|---|
| 952 | 952 | } |
|---|
| 953 | 953 | |
|---|
| … | … | |
| 957 | 957 | |
|---|
| 958 | 958 | $rals_current += $als_current; |
|---|
| 959 | | $rals_max += $als_max; |
|---|
| | 959 | $rals_max += ($als_max>0)?$als_max:0; |
|---|
| 960 | 960 | } |
|---|
| 961 | 961 | |
|---|
| … | … | |
| 964 | 964 | |
|---|
| 965 | 965 | $rmail_current += $mail_current; |
|---|
| 966 | | $rmail_max += $mail_max; |
|---|
| | 966 | $rmail_max += ($mail_max>0)?$mail_max:0; |
|---|
| 967 | 967 | |
|---|
| 968 | 968 | if ($ftp_max == 0) |
|---|
| … | … | |
| 970 | 970 | |
|---|
| 971 | 971 | $rftp_current += $ftp_current; |
|---|
| 972 | | $rftp_max += $ftp_max; |
|---|
| | 972 | $rftp_max += ($ftp_max>0)?$ftp_max:0; |
|---|
| 973 | 973 | |
|---|
| 974 | 974 | if ($sql_db_max != -1) { |
|---|
| … | … | |
| 977 | 977 | |
|---|
| 978 | 978 | $rsql_db_current += $sql_db_current; |
|---|
| 979 | | $rsql_db_max += $sql_db_max; |
|---|
| | 979 | $rsql_db_max += ($sql_db_max>0)?$sql_db_max:0; |
|---|
| 980 | 980 | } |
|---|
| 981 | 981 | |
|---|
| … | … | |
| 985 | 985 | |
|---|
| 986 | 986 | $rsql_user_current += $sql_user_current; |
|---|
| 987 | | $rsql_user_max += $sql_user_max; |
|---|
| | 987 | $rsql_user_max += ($sql_user_max>0)?$sql_user_max:0; |
|---|
| 988 | 988 | } |
|---|
| 989 | 989 | |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>