changed failure returnvalue of getquotas.

This commit is contained in:
katagia 2003-11-10 15:49:12 +00:00
parent dcc1afbbb9
commit efba9905d9
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ function getquotas($users) {
return $return;
}
else {
return -1;
return $users;
}
}