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>2011-01-12 16:40:54 +0300
committerMarc Delisle <marc@infomarc.info>2011-01-12 16:40:54 +0300
commitcc9f99d303d2103775dcd44094351fbc9b33242e (patch)
tree70c7f00dda68ddde557a9d395016c129cb2c2b2e /schema_edit.php
parent89552c74c4fe7585e595d30c6b3553c21b89ae61 (diff)
Typo "choosen" -> "chosen"
Diffstat (limited to 'schema_edit.php')
-rw-r--r--schema_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema_edit.php b/schema_edit.php
index 849495996b..bf97b24c44 100644
--- a/schema_edit.php
+++ b/schema_edit.php
@@ -111,8 +111,8 @@ if ($cfgRelation['pdfwork']) {
if (isset($_REQUEST['do'])
&& ($_REQUEST['do'] == 'edcoord'
- || ($_REQUEST['do']== 'selectpage' && isset($user_schema->choosenPage) && $user_schema->choosenPage != 0)
- || ($_REQUEST['do'] == 'createpage' && isset($user_schema->choosenPage) && $user_schema->choosenPage != 0))) {
+ || ($_REQUEST['do']== 'selectpage' && isset($user_schema->chosenPage) && $user_schema->chosenPage != 0)
+ || ($_REQUEST['do'] == 'createpage' && isset($user_schema->chosenPage) && $user_schema->chosenPage != 0))) {
/**
* show Export schema generation options