mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
Adds mysql free specific to the query.
This commit is contained in:
parent
2fba96db94
commit
4a77289b2f
@ -113,9 +113,5 @@ $cs_volunteers_sql = mysql_query($query, $YBDB) or die(mysql_error());
|
||||
|
||||
<?php include("../include_footer.html"); ?>
|
||||
<?php
|
||||
mysql_free_result($volunteers_sql);
|
||||
mysql_free_result($total_volunteers_sql);
|
||||
mysql_free_result($visitors_sql);
|
||||
mysql_free_result($total_visitors_sql);
|
||||
mysql_free_result($total_sql);
|
||||
mysql_free_result($cs_volunteers_sql);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user