fixed Problem. Quotas were displayed wrong for new users.

This commit is contained in:
katagia 2003-11-08 12:44:26 +00:00
父節點 55e8c117ed
當前提交 c185e5d9aa
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -165,7 +165,7 @@ if ($( == 0 ) { # we are root
$i=0;
($<, $>) = ($>, $<); # Get root privileges
while ($quota_usr[$i][0]) {
if ($vals[2]ne'+') {
if ($vals[0]ne'+') {
$dev = Quota::getqcarg($quota_usr[$i][1]);
@temp = Quota::query($dev,$user[2],$group);
if ($temp[0]ne'') {