Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2014-10-01 19:12:21 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2014-10-01 19:12:21 +0400
commit6c83a2f2e396524da9153225617c30affbe07540 (patch)
treefafc7da3b026765804d4da613a4406f2fa4818fc /js/tbl_select.js
parentff4be7ee5a71f29921089d447e658630ef7cbfef (diff)
parenta020eac11a26977295cf2439ddd2e5b4af2c88fe (diff)
Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'
Conflicts: js/config.js js/db_search.js js/functions.js js/makegrid.js js/server_privileges.js js/tbl_structure.js
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 474d1c114c..7b796c6443 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -140,7 +140,7 @@ AJAX.registerOnload('tbl_select.js', function () {
$.post($search_form.attr('action'), values, function (data) {
PMA_ajaxRemoveMessage($msgbox);
- if (data.success === true) {
+ if (typeof data !== 'undefined' && data.success === true) {
if (typeof data.sql_query !== 'undefined') { // zero rows
$("#sqlqueryresults").html(data.sql_query);
} else { // results found