From 23c8cf44218938b1046f51994752ad5bec9cc25c Mon Sep 17 00:00:00 2001 From: ninadsp Date: Thu, 22 Jul 2010 00:00:02 +0530 Subject: [PATCH] This page can now handle ajax requests --- tbl_alter.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tbl_alter.php b/tbl_alter.php index 92c9fedda..433d9d946 100755 --- a/tbl_alter.php +++ b/tbl_alter.php @@ -135,6 +135,10 @@ if (isset($_REQUEST['do_save_data'])) { } } + if( $GLOBALS['is_ajax_request'] == true) { + PMA_ajaxResponse($message, $message->isSuccess()); + } + $active_page = 'tbl_structure.php'; require './tbl_structure.php'; } else {