The branch, master has been updated via 582fe81aa3687a012b35cc7a7716bcdcee269019 (commit) from 502a6f404662a2aac83655ad4d38026f3c6aace0 (commit)
- Log ----------------------------------------------------------------- commit 582fe81aa3687a012b35cc7a7716bcdcee269019 Author: Marc Delisle marc@infomarc.info Date: Sat Sep 4 07:55:26 2010 -0400
notice on undefined variable
-----------------------------------------------------------------------
Summary of changes: sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sql.php b/sql.php index 8277374..698ca8a 100644 --- a/sql.php +++ b/sql.php @@ -678,7 +678,7 @@ if (0 == $num_rows || $is_affected) { $extra_data['sql_query'] = PMA_showMessage(NULL, $GLOBALS['display_query']); }
- PMA_ajaxResponse($message, $message->isSuccess(), $extra_data); + PMA_ajaxResponse($message, $message->isSuccess(), (isset($extra_data) ? $extra_data : '')); }
if ($is_gotofile) {
hooks/post-receive