Improved handling of relational fields after saving inline edits. Still need to fix the anchor that is being generated, where clause is missing

This commit is contained in:
ninadsp
2010-07-28 02:58:38 +05:30
parent fd4b33de85
commit 4190a5883a
3 changed files with 77 additions and 33 deletions

View File

@@ -421,6 +421,7 @@ if (! empty($error_messages)) {
unset($error_messages, $warning_messages, $total_affected_rows, $last_messages, $last_message);
if($GLOBALS['is_ajax_request'] == true) {
$extra_data['sql_query'] = PMA_showMessage(NULL, $GLOBALS['display_query']);
PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
}