1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/9687] Remove support for ban exclude

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-07-29 16:41:43 +02:00
parent cf0e747d51
commit c88a9f0b01
8 changed files with 2 additions and 46 deletions

View File

@@ -2,13 +2,7 @@
<dataset>
<table name="phpbb_bans">
<column>ban_userid</column>
<column>ban_exclude</column>
<column>ban_end</column>
<row>
<value>1</value>
<value>1</value>
<value>0</value>
</row>
<row>
<value>2</value>
<value>0</value>
@@ -17,21 +11,17 @@
<row>
<value>3</value>
<value>0</value>
<value>0</value>
</row>
<row>
<value>4</value>
<value>0</value>
<value>2</value>
</row>
<row>
<value>5</value>
<value>0</value>
<value>999999999999999999999</value>
</row>
<row>
<value>6</value>
<value>0</value>
<value>3</value>
</row>
</table>