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:
authorMichal Čihař <mcihar@suse.cz>2012-10-31 15:05:21 +0400
committerMichal Čihař <mcihar@suse.cz>2012-10-31 15:05:29 +0400
commitfa664fc0d3548f10e99e78ecacace211a023230d (patch)
tree026f6aa88dda87e301679e177d31cf241dafe208 /js/tbl_zoom_plot_jqplot.js
parent964ca013110f25b64c577171ce7ad4c2c5f4db40 (diff)
Fix syntax error
Diffstat (limited to 'js/tbl_zoom_plot_jqplot.js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index b12796588a..7e3621594f 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -380,7 +380,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function() {
//Post SQL query to sql.php
$.post('sql.php', {
- 'token' : PMA_commonParams('token')
+ 'token' : PMA_commonParams('token'),
'db' : PMA_commonParams('db'),
'ajax_request' : true,
'sql_query' : sql_query,