1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Adds mysql free specific to the query.

This commit is contained in:
Jonathan Rosenbaum 2016-01-29 10:37:15 +00:00
parent 2fba96db94
commit 4a77289b2f

View File

@ -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);
?>