Skip to content

Commit

Permalink
Executing multiple SQLs - add missing parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Nov 12, 2014
1 parent f8d68e6 commit ff5e325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import.php
Expand Up @@ -709,7 +709,7 @@
PMA_executeQueryAndSendQueryResponse(
$analyzed_sql_results, false, $db, $table, null, $import_text, null,
$analyzed_sql_results['is_affected'], null,
null, null, null, $goto, $pmaThemeImage, null, null, null, $sql_query,
null, null, $sql_data, $goto, $pmaThemeImage, null, null, null, $sql_query,
null, null
);
} else if ($result) {
Expand Down

0 comments on commit ff5e325

Please sign in to comment.