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:
authorMarc Delisle <marc@infomarc.info>2012-04-29 23:07:46 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-29 23:07:46 +0400
commit2a66742a00e70d4065971b7f72a0e5221d1da79a (patch)
tree9d3d55cb3dbd716d73590bde9d97ae274e1fecd0 /schema_export.php
parent3fd5b26f73536c7113f04539e0541910aa932392 (diff)
Improve naming
Diffstat (limited to 'schema_export.php')
-rw-r--r--schema_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema_export.php b/schema_export.php
index 637d5f4c83..cafeea7492 100644
--- a/schema_export.php
+++ b/schema_export.php
@@ -30,7 +30,7 @@ require_once "libraries/schema/Export_Relation_Schema.class.php";
*/
$post_params = array(
- 'all_table_same_wide',
+ 'all_tables_same_width',
'chpage',
'db',
'do',