mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Adds mysql free specific to the query.
This commit is contained in:
@@ -113,9 +113,5 @@ $cs_volunteers_sql = mysql_query($query, $YBDB) or die(mysql_error());
|
|||||||
|
|
||||||
<?php include("../include_footer.html"); ?>
|
<?php include("../include_footer.html"); ?>
|
||||||
<?php
|
<?php
|
||||||
mysql_free_result($volunteers_sql);
|
mysql_free_result($cs_volunteers_sql);
|
||||||
mysql_free_result($total_volunteers_sql);
|
|
||||||
mysql_free_result($visitors_sql);
|
|
||||||
mysql_free_result($total_visitors_sql);
|
|
||||||
mysql_free_result($total_sql);
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user