-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.11
-
None
Code introduced with 3.0.11 in /adm/style/acp_users_overview.html is:
<dd>
|
<!-- IF USER_HAS_POSTS -->
|
<select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
|
<!-- ELSE -->
|
{L_USER_NO_POSTS_TO_DELETE}<input type="hidden" id="delete_type" name="delete_type" value="retain" />
|
<!-- ENDIF -->
|
Seen in https://www.phpbb.com/community/viewtopic.php?f=46&t=2162015
- was caused by solution of
-
PHPBB-10308 Disable Retain/Delete Posts selection if the user has no posts.
- Closed