fix missing cell into perms screen
This commit is contained in:
parent
6cf01b034b
commit
fcfabd40af
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2005-2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2007-2009 Regis Houssin <regis.houssin@inodbox.com>
|
* Copyright (C) 2007-2009 Regis Houssin <regis.houssin@inodbox.com>
|
||||||
*
|
*
|
||||||
|
|||||||
@ -331,7 +331,9 @@ 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";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user