1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #2984 from nickvergessen/ticket/10729-asc

[3.1][ticket/10729] Update editor information when user being deleted
This commit is contained in:
Marc Alexander
2014-09-23 11:09:29 +02:00
4 changed files with 1028 additions and 9 deletions

View File

@@ -30,4 +30,11 @@
<column>session_ip</column>
<column>session_browser</column>
</table>
<table name="phpbb_banlist">
<column>ban_id</column>
<column>ban_userid</column>
<column>ban_email</column>
<column>ban_reason</column>
<column>ban_give_reason</column>
</table>
</dataset>