X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/2d13bff71f8330dcfb2fa37b2b251f5274316a15..690e37fb59e0ed5c5f90365776f61132eeeba5f8:/main.php diff --git a/main.php b/main.php index 8d60aec..f83723c 100644 --- a/main.php +++ b/main.php @@ -17,8 +17,11 @@ if (isPost()) { if (isset($i_drop)) { list($msg1, $err1) = proc::drop($User, $i_drop); } - if (!count($err1)) - $User->refresh(); +} + +if (!count($err1)) {//&& !isset($i_r)) + checkQuotas($Login->getUserID()); + $User->refresh(); } $myDBs = $User->getDBList();