Bugfixes index quotaedit
This commit is contained in:
parent
d0c012e31e
commit
1c501d9305
|
@ -71,6 +71,7 @@ $mem->unsu();
|
|||
$ql=$quota->qlist();
|
||||
reset($ql);
|
||||
while (list($key,$val)=each($ql)) {
|
||||
if (!isset($r[$key])) continue;
|
||||
echo "<tr>";
|
||||
echo "<td>";
|
||||
if ($r[$key]["t"]==$r[$key]["u"] && $r[$key]["u"]) echo "<span style=\"color: red;\">";
|
||||
|
|
Loading…
Reference in New Issue