From 4a76a753e33d24e1850479c58202996ed72a0afc Mon Sep 17 00:00:00 2001 From: franck <> Date: Thu, 19 Apr 2007 08:27:47 +0000 Subject: [PATCH] Utilise la liste des quotas dispo sur le serveurs et non ceux du compte, evite les problemes de mise a jour --- bureau/admin/adm_defquotas.php | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/bureau/admin/adm_defquotas.php b/bureau/admin/adm_defquotas.php index d99dc880..7a6b20a0 100644 --- a/bureau/admin/adm_defquotas.php +++ b/bureau/admin/adm_defquotas.php @@ -75,27 +75,36 @@ while($db->next_record()) { getdefaults(); +$aqlist = $quota->qlist(); reset($qlist); -foreach($qlist as $type => $q) { +foreach($qlist as $qname => $q) +{ + ?> -

+

$value) { - $key = $type . ":" . $name; - $col=3-$col; -?> + foreach($aqlist as $aqtype => $aqname) + { + $key = $qname . ":" . $aqtype; + $col=3-$col; + +?> - - + +
" />