yet another PMA_DBI_free_result()
This commit is contained in:
@@ -6,8 +6,9 @@ $Id$
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
2004-07-31 Alexander M. Turek <me@derrabus.de>
|
2004-07-31 Alexander M. Turek <me@derrabus.de>
|
||||||
* tbl_change.php, libraries/relation.lib.php: Small optimizations, freed
|
* tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
|
||||||
some results.
|
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
|
* lang/sync_lang.sh: Updated sync script for the new names of the chinese
|
||||||
language files.
|
language files.
|
||||||
|
|
||||||
|
@@ -217,6 +217,8 @@ foreach ($query AS $query_index => $single_query) {
|
|||||||
$last_message .= '<br />'.$strInsertedRowId . ' ' . $insert_id;
|
$last_message .= '<br />'.$strInsertedRowId . ' ' . $insert_id;
|
||||||
}
|
}
|
||||||
} // end if
|
} // end if
|
||||||
|
PMA_DBI_free_result($result);
|
||||||
|
unset($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($total_affected_rows != 0) {
|
if ($total_affected_rows != 0) {
|
||||||
|
Reference in New Issue
Block a user