This page can now handle ajax requests

This commit is contained in:
ninadsp
2010-07-22 00:00:02 +05:30
parent 1bdbb9f274
commit 23c8cf4421

View File

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