fix missing cell into perms screen

This commit is contained in:
florian HENRY 2019-05-17 18:10:40 +02:00
parent 6cf01b034b
commit fcfabd40af
2 changed files with 4 additions and 2 deletions

View File

@ -331,6 +331,8 @@ if ($result)
print '</td>'; print '</td>';
} }
print '<td></td>'; print '<td></td>';
}else {
print '<td></td><td></td>';
} }
print '<td></td>'; print '<td></td>';
print '</tr>'."\n"; print '</tr>'."\n";