Remove duplicate select
This commit is contained in:
parent
d3b7289b22
commit
c5f8b57b40
@ -34,7 +34,6 @@ $families = $database->select("families", ['familyid (id)', 'familyname', 'phone
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
$families = $database->select("families", ['familyid (id)', 'familyname', 'phone', 'email', 'father_name (father)', 'mother_name (mother)']);
|
|
||||||
foreach ($families as $f) {
|
foreach ($families as $f) {
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user