diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-05-31 21:43:19 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-05-31 21:43:19 +0200 |
| commit | 4fdbd6217d9d7fe741cfa56b2285a332f1e16d96 (patch) | |
| tree | 2370225dec634215fa2bdd1e2e3703c466b55c62 | |
| parent | 50227dbc75482e8ae2fbf5fb8f5ee9f6c19de273 (diff) | |
| parent | b63c61d099ff803de9ae7068a7cc77d105b94bd5 (diff) | |
| download | forums-4fdbd6217d9d7fe741cfa56b2285a332f1e16d96.tar forums-4fdbd6217d9d7fe741cfa56b2285a332f1e16d96.tar.gz forums-4fdbd6217d9d7fe741cfa56b2285a332f1e16d96.tar.bz2 forums-4fdbd6217d9d7fe741cfa56b2285a332f1e16d96.tar.xz forums-4fdbd6217d9d7fe741cfa56b2285a332f1e16d96.zip | |
Merge branch '3.1.x' into 3.2.x
| -rw-r--r-- | phpBB/adm/style/acp_database.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html index bf0c80bcd9..39f06319f9 100644 --- a/phpBB/adm/style/acp_database.html +++ b/phpBB/adm/style/acp_database.html @@ -14,7 +14,7 @@ <legend>{L_RESTORE_OPTIONS}</legend> <dl> <dt><label for="file">{L_SELECT_FILE}{L_COLON}</label></dt> - <dd><select id="file" name="file" size="10"><!-- BEGIN files --><option value="{files.FILE}"<!-- IF files.S_LAST_ROW --> selected="selected"<!-- ENDIF -->>{files.NAME}</option><!-- END files --></select></dd> + <dd><select id="file" name="file" size="10"><!-- BEGIN files --><option value="{files.FILE}"<!-- IF files.S_FIRST_ROW --> selected="selected"<!-- ENDIF -->>{files.NAME}</option><!-- END files --></select></dd> </dl> <p class="submit-buttons"> |
