aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-03-30 13:52:58 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-03-30 13:52:58 +0000
commit1f5fd0b721caf8efbd765072c87c0cdf2aead714 (patch)
tree6a36ca8f6b3dda31913288415db6307a1cbac701 /phpBB/adm
parent6d601d3bfcd02a5986ed9db48add30d639f4d1cd (diff)
downloadforums-1f5fd0b721caf8efbd765072c87c0cdf2aead714.tar
forums-1f5fd0b721caf8efbd765072c87c0cdf2aead714.tar.gz
forums-1f5fd0b721caf8efbd765072c87c0cdf2aead714.tar.bz2
forums-1f5fd0b721caf8efbd765072c87c0cdf2aead714.tar.xz
forums-1f5fd0b721caf8efbd765072c87c0cdf2aead714.zip
Prevent incomplete backups stored if option &quot;store and download&quot; is selected and admin cancel download by removing the option. (Bug #20325)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9417 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_database.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html
index ebc76c36a3..e839fb1bda 100644
--- a/phpBB/adm/style/acp_database.html
+++ b/phpBB/adm/style/acp_database.html
@@ -70,8 +70,8 @@
</dl>
<dl>
<dt><label for="where">{L_ACTION}:</label></dt>
- <dd><label><input type="radio" class="radio" name="where" value="store_and_download" id="where" checked="checked" /> {L_STORE_AND_DOWNLOAD}</label>
- <label><input type="radio" class="radio" name="where" value="store" /> {L_STORE_LOCAL}</label>
+ <dd>
+ <label><input type="radio" class="radio" name="where" value="store" checked="checked" /> {L_STORE_LOCAL}</label>
<label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label></dd>
</dl>
<dl>