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:
authorChristian Foellmann <foellmann@foe-services.de>2015-01-05 22:07:18 +0300
committerChristian Foellmann <foellmann@foe-services.de>2015-01-05 22:07:18 +0300
commit170cb05f4eec4322303658108f9eea6e55163e50 (patch)
treee9b7e9a7e287270392077d1099fe0b5dc54eeba1 /libraries/sql.lib.php
parentf3a2bbe4d8241664dbb92def1b413b616bfab1fd (diff)
UPDATE 4.3.54.3.5
Diffstat (limited to 'libraries/sql.lib.php')
-rw-r--r--libraries/sql.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/sql.lib.php b/libraries/sql.lib.php
index 626eb4c5dc..6c6c15fdcd 100644
--- a/libraries/sql.lib.php
+++ b/libraries/sql.lib.php
@@ -2204,7 +2204,7 @@ function PMA_sendQueryResponseForResultsReturned($result,
);
$profiling_chart_html = PMA_getHtmlForProfilingChart(
- $disp_mode, $db, isset($profiling_results) ? $profiling_results : null
+ $url_query, $db, isset($profiling_results) ? $profiling_results : null
);
$missing_unique_column_msg = PMA_getMessageIfMissingColumnIndex(