diff --git a/bureau/admin/adm_defquotas.php b/bureau/admin/adm_defquotas.php index ad0ff2ca..cb5cacb1 100644 --- a/bureau/admin/adm_defquotas.php +++ b/bureau/admin/adm_defquotas.php @@ -35,6 +35,10 @@ if (!$admin->enabled) { __("This page is restricted to authorized staff"); exit(); } +$fields = array ( + "synchronise" => array ("get", "integer", "0"), +); +getFields($fields); include_once ("head.php"); @@ -43,10 +47,14 @@ include_once ("head.php");
";__("User's quotas synchronised");echo "
"; +} +if (isset($error) && $error) { + echo "$error
"; +} ?>