mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/9687] Fix code style and tests
PHPBB3-9687
This commit is contained in:
committed by
Marc Alexander
parent
64ab1fc24c
commit
e7015bf1dd
@@ -1,10 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dataset>
|
||||
<table name="phpbb_banlist">
|
||||
<table name="phpbb_bans">
|
||||
<column>ban_id</column>
|
||||
<column>ban_userid</column>
|
||||
<column>ban_mode</column>
|
||||
<column>ban_item</column>
|
||||
<row>
|
||||
<value>1</value>
|
||||
<value>user</value>
|
||||
<value>2</value>
|
||||
</row>
|
||||
</table>
|
||||
|
@@ -1,10 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dataset>
|
||||
<table name="phpbb_banlist">
|
||||
<table name="phpbb_bans">
|
||||
<column>ban_id</column>
|
||||
<column>ban_userid</column>
|
||||
<column>ban_mode</column>
|
||||
<column>ban_item</column>
|
||||
<row>
|
||||
<value>1</value>
|
||||
<value>user</value>
|
||||
<value>2</value>
|
||||
</row>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user