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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-08-25 19:10:07 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-01 22:22:52 +0300
commitf0ba28fc1df881fa17e8f1670ca8261c5d416bd3 (patch)
treea3bf6dc1a29362b09460817448b2cd4d2b4e3a1b /db_sql.php
parenta4456bde74a5770dfff1354a07bb24badce5c04f (diff)
Set namespace on Advisor, Config, Console and Util classes.
Set namespace on DbQbe. Set namespace to 'DbSearch'. Split Advisor.class.php file. Change Advisor namespace. Rename DbQbe class and file. Set namespace on DisplayResults. Set namespace on Error. Use namespace for ErrorHandler. Add class autoloader. Change ErrorHandler filename. Remove some require. Update Config namespace path. Update PMA_Util to PMA\libraries\Util. Rename Font and File classes files. Use namespace for Footer. Set namespace in all libraries classes. Namespace OutputBuffering. Export SubPartition. Rename Partition file. Namespace PDF. Namespace RecentFavoriteTable. Replace PMA_Response by Response and PMA_Message by Message. Update uses and calls. Fix unit tests. Fix SqlParser autoload. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_sql.php')
-rw-r--r--db_sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_sql.php b/db_sql.php
index fc140a8ef0..1f5d0a9efe 100644
--- a/db_sql.php
+++ b/db_sql.php
@@ -17,7 +17,7 @@ PMA_PageSettings::showGroup('Sql_queries');
/**
* Runs common work
*/
-$response = PMA_Response::getInstance();
+$response = PMA\libraries\Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('functions.js');