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-29 23:29:21 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-01 22:30:21 +0300
commit0761fb18011d2d6b80d4894b2c2184afd503e717 (patch)
tree2a5cbbce31a8a9aa43b099090941350a11a8ee8f /db_operations.php
parent2606c5f72dabefe344a46b0e9c980fffb7437273 (diff)
Rename classes files.
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_operations.php b/db_operations.php
index 86c762f02d..9e70dfdc5e 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -11,7 +11,7 @@
*
* @package PhpMyAdmin
*/
-use PMA\libraries\PMA_String;
+use PMA\libraries\String;
/**
* requirements
@@ -37,7 +37,7 @@ $sql_query = '';
/**
* Rename/move or copy database
*/
-/** @var PMA_String $pmaString */
+/** @var String $pmaString */
$pmaString = $GLOBALS['PMA_String'];
if (/*overload*/mb_strlen($GLOBALS['db'])
&& (! empty($_REQUEST['db_rename']) || ! empty($_REQUEST['db_copy']))