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

@@ -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) {