mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
free(), not close()
This commit is contained in:
parent
7780ec2ff6
commit
cc923d5c34
@ -62,7 +62,7 @@ if(!$result = $conn->query($sql)) {
|
|||||||
} ?></td>
|
} ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php }
|
<?php }
|
||||||
$result->close();
|
$result->free();
|
||||||
echo "</tbody></table>";
|
echo "</tbody></table>";
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
@ -65,7 +65,7 @@ if(!$result = $conn->query($sql)) {
|
|||||||
} ?></td>
|
} ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php }
|
<?php }
|
||||||
$result->close();
|
$result->free();
|
||||||
echo "</tbody></table>";
|
echo "</tbody></table>";
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user