bug #1787522 [view] wrong choice in algorithm drop-down

This commit is contained in:
Marc Delisle
2007-09-05 10:17:18 +00:00
parent 3e460af6cf
commit c8d0e3181e
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #1783667 [export] NO_AUTO_VALUE_ON_ZERO and MySQL version - bug #1783667 [export] NO_AUTO_VALUE_ON_ZERO and MySQL version
- bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind - bug #1780098 [GUI] Logout causes CSS loss, thanks to Juergen Wind
. incorrect field ids, thanks to Michael Keck . incorrect field ids, thanks to Michael Keck
- bug #1787522 [view] wrong choice in algorithm drop-down
2.11.0.0 (2007-08-21) 2.11.0.0 (2007-08-21)

View File

@@ -99,7 +99,7 @@ if (isset($_POST['submitoptions'])) {
<td><select name="algorithm" id="algorithm"> <td><select name="algorithm" id="algorithm">
<option value="UNDEFINED">UNDEFINED</option> <option value="UNDEFINED">UNDEFINED</option>
<option value="MERGE">MERGE</option> <option value="MERGE">MERGE</option>
<option value="MERGE">MERGE</option> <option value="TEMPTABLE">TEMPTABLE</option>
</select> </select>
</td> </td>
</tr> </tr>