Skip to content

Commit e6752a7

Browse files
committed
Fix comment, first 5 lines is only for repquota output
1 parent a07d9a0 commit e6752a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/cron.d/100-monitor_hd_quota.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function onRunJob() {
8585
$options['user'][$record['system_user']] = $record['hd_quota']*1024;
8686
}
8787

88-
//* ignore the first 5 lines, process the rest
88+
//* Loop over all the output lines, for groups.
8989
for ($i = 0; $i <= sizeof($df); $i++) {
9090
if (isset($df[$i]) && $df[$i] != '') {
9191
//* Make a array of the data
@@ -106,7 +106,7 @@ public function onRunJob() {
106106
}
107107
}
108108

109-
//* ignore the first 5 lines, process the rest
109+
//* Loop over all the output lines, for users.
110110
for ($i = 0; $i <= sizeof($df); $i++) {
111111
if (isset($df[$i]) && $df[$i] != '') {
112112
//* Make a array of the data

0 commit comments

Comments
 (0)