File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ function prepareDataRow($rec)
4747 $ rec ['domain ' ] = $ rec ['domain ' ].($ server ['server_name ' ] != '' ? ' ( ' .$ server ['server_name ' ].') ' : '' );
4848
4949 $ rec ['used ' ] = $ monitor_data ['user ' ][$ username ]['used ' ];
50- $ rec ['used_sort ' ] = $ rec ['used ' ];
5150 $ rec ['soft ' ] = $ monitor_data ['user ' ][$ username ]['soft ' ];
5251 $ rec ['hard ' ] = $ monitor_data ['user ' ][$ username ]['hard ' ];
5352 $ rec ['files ' ] = $ monitor_data ['user ' ][$ username ]['files ' ];
@@ -59,6 +58,7 @@ function prepareDataRow($rec)
5958 $ rec ['used ' ] = $ rec ['used ' ][1 ];
6059 }
6160 }
61+ $ rec ['used_sort ' ] = $ rec ['used ' ];
6262 if (!is_numeric ($ rec ['soft ' ])) $ rec ['soft ' ]=$ rec ['soft ' ][1 ];
6363 if (!is_numeric ($ rec ['hard ' ])) $ rec ['hard ' ]=$ rec ['hard ' ][1 ];
6464 if (!is_numeric ($ rec ['files ' ])) $ rec ['files ' ]=$ rec ['files ' ][1 ];
You can’t perform that action at this time.
0 commit comments