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:
authorMichal Čihař <mcihar@suse.cz>2012-06-05 11:20:08 +0400
committerMichal Čihař <mcihar@suse.cz>2012-06-05 11:20:08 +0400
commit53cb7b1019ed6fcfb090f180b880a897c6eb42b4 (patch)
tree64f5f37ce08c8a1a5bb4f1846874d0600c4ffc20 /libraries
parent4c099ccc7160f4347f3f6076c39165487b600064 (diff)
Fix variable names
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Table.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Table.class.php b/libraries/Table.class.php
index e263e7132b..d89314ce13 100644
--- a/libraries/Table.class.php
+++ b/libraries/Table.class.php
@@ -1251,7 +1251,7 @@ class PMA_Table
// Renable table in configuration storage
PMA_REL_renameTable(
$old_db, $new_db,
- $old_table, $new_table
+ $old_name, $new_name
);
$this->messages[] = sprintf(