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>2007-09-05 14:17:18 +0400
committerMarc Delisle <marc@infomarc.info>2007-09-05 14:17:18 +0400
commitc8d0e3181e1b57383d39fb8bfadea9876b57cafd (patch)
tree0f72ba79aa11e9b785c66a6a46903bef19d7f6f2 /view_create.php
parent3e460af6cf620160178569da1c6aef112052019a (diff)
bug #1787522 [view] wrong choice in algorithm drop-down
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_create.php b/view_create.php
index 04311d2e6b..6401bc7a9e 100644
--- a/view_create.php
+++ b/view_create.php
@@ -99,7 +99,7 @@ if (isset($_POST['submitoptions'])) {
<td><select name="algorithm" id="algorithm">
<option value="UNDEFINED">UNDEFINED</option>
<option value="MERGE">MERGE</option>
- <option value="MERGE">MERGE</option>
+ <option value="TEMPTABLE">TEMPTABLE</option>
</select>
</td>
</tr>