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

@@ -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>