diff --git a/bureau/admin/adm_defquotas.php b/bureau/admin/adm_defquotas.php index f96223a0..ad0ff2ca 100644 --- a/bureau/admin/adm_defquotas.php +++ b/bureau/admin/adm_defquotas.php @@ -95,12 +95,13 @@ foreach($qlist as $type => $q) { $value) { + if (!isset($qarray[$name])) continue; $key = $type . ":" . $name; $col=3-$col; ?> - + getquota() as $qq) { - $qlist[$qq['name']]=$qq['description']; + if (isset($qq['name'])) { + $qlist[$qq['name']]=$qq['description']; + } } return $qlist; }