yet another PMA_DBI_free_result()

This commit is contained in:
Alexander M. Turek
2004-07-31 15:06:55 +00:00
parent bcb66f2c2b
commit a95837729f
2 changed files with 5 additions and 2 deletions

View File

@@ -6,8 +6,9 @@ $Id$
$Source$
2004-07-31 Alexander M. Turek <me@derrabus.de>
* tbl_change.php, libraries/relation.lib.php: Small optimizations, freed
some results.
* tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
optimizations, freed some results (thanks to Marc for the one in
tbl_replace.php).
* lang/sync_lang.sh: Updated sync script for the new names of the chinese
language files.

View File

@@ -217,6 +217,8 @@ foreach ($query AS $query_index => $single_query) {
$last_message .= '<br />'.$strInsertedRowId . '&nbsp;' . $insert_id;
}
} // end if
PMA_DBI_free_result($result);
unset($result);
}
if ($total_affected_rows != 0) {