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-09-13 00:14:37 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-13 00:14:37 +0300
commit15d8ee270f048ef5581d9d6f0d2e2e98b4810bf8 (patch)
treeea971902d0505d0d2793da7f5e14bd4ffabc2b7c /tbl_operations.php
parentdf6ef79e930a1e43ca0d5554e24d0867c0559b05 (diff)
Refactor relation_cleanup functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'tbl_operations.php')
-rw-r--r--tbl_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_operations.php b/tbl_operations.php
index 36f6868239..54a6630bc8 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -426,7 +426,7 @@ if (! (isset($db_is_system_schema) && $db_is_system_schema)) {
htmlspecialchars($table)
),
// table name is needed to avoid running
- // PMA_relationsCleanupDatabase() on the whole db later
+ // PhpMyAdmin\RelationCleanup::database() on the whole db later
'table' => $GLOBALS['table'],
)
);