Bugfixes index quotaedit

This commit is contained in:
Alan Garcia 2012-08-23 14:25:04 +00:00
parent d0c012e31e
commit 1c501d9305
1 changed files with 1 additions and 0 deletions

View File

@ -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;\">";