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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-07 03:19:57 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-07 07:46:08 +0300
commit8f943ae1c08cddacdff09a80eab050edf457b51e (patch)
tree72500238f219ca3e70baf37b56fcb590d04899bd /db_qbe.php
parent0445c3101dd392ea12d14a449dc11393166e504f (diff)
Move classes to PhpMyAdmin namespace
- Move Sanitize to PhpMyAdmin namespace - Move SavedSearches to PhpMyAdmin namespace - Move Scripts to PhpMyAdmin namespace - Move ServerStatusData to PhpMyAdmin namespace - Move Sql to PhpMyAdmin namespace - Move StorageEngine to PhpMyAdmin namespace - Move SubPartition to PhpMyAdmin namespace - Move SysInfoLinux to PhpMyAdmin namespace - Move SysInfoSunOS to PhpMyAdmin namespace - Move SysInfoWINNT to PhpMyAdmin namespace - Move SysInfo to PhpMyAdmin namespace - Move SystemDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 52071b3daf..b31f84ff93 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -7,8 +7,8 @@
*/
use PhpMyAdmin\Response;
-use PMA\libraries\SavedSearches;
-use PMA\libraries\Sql;
+use PhpMyAdmin\SavedSearches;
+use PhpMyAdmin\Sql;
use PMA\libraries\URL;
/**