From efba9905d9f5ff01bae85d4fcf8855a4ba8b136e Mon Sep 17 00:00:00 2001 From: katagia Date: Mon, 10 Nov 2003 15:49:12 +0000 Subject: [PATCH] changed failure returnvalue of getquotas. --- lam/lib/account.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/account.inc b/lam/lib/account.inc index a91c2d75..f4b4d7ea 100644 --- a/lam/lib/account.inc +++ b/lam/lib/account.inc @@ -284,7 +284,7 @@ function getquotas($users) { return $return; } else { - return -1; + return $users; } }