mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-04 14:07:31 +00:00
Possible fix to the modules listing problem
This commit is contained in:
parent
a9911d3042
commit
c7554e96ef
2 changed files with 7 additions and 4 deletions
|
|
@ -68,12 +68,12 @@ for ($i=0;$i<count($Modules);$i++) {
|
|||
}
|
||||
}
|
||||
|
||||
echo '</tr>';
|
||||
echo '</tr><tr>';
|
||||
|
||||
for ($i=0;$i<count($Modules);$i++) {
|
||||
|
||||
$Users = $Reflector->GetCallSignsInModules($Modules[$i]);
|
||||
|
||||
$Users = $Reflector->GetCallSignsInModules($Modules[$i]);
|
||||
echo '<td><table class="table table-hover">';
|
||||
$UserCheckedArray = array();
|
||||
|
||||
for ($j=0;$j<count($Users);$j++) {
|
||||
|
|
@ -90,8 +90,11 @@ for ($i=0;$i<count($Modules);$i++) {
|
|||
</tr>';
|
||||
$UserCheckedArray[] = $Users[$j];
|
||||
}
|
||||
echo '</table></td>';
|
||||
}
|
||||
|
||||
echo '</tr>';
|
||||
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue