Auto selects launch location 'other' when viewing old UUID

pull/73/head
jonsowman 2010-06-05 16:44:39 +01:00
rodzic 8d17608095
commit 9e9169e295
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -173,7 +173,9 @@ land: <span id="cursor_pred_landrange">?</span>km
<option value="Glenrothes">Glenrothes</option>
<option value="Bujaraloz, Monegros">Bujaraloz, Monegros</option>
<option value="Adelaide Airport">Adelaide Airport</option>
<option id="other" value="other">Other</option>
<option id="other" value="other"<?php
if ($current_uuid !=0) echo " selected=\"selected\"";
?>>Other</option>
</select>
</td>
<tr>