1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11474] Add test user with only global m_approve permissions

PHPBB3-11405
PHPBB3-11474
This commit is contained in:
Joas Schilling
2013-03-27 11:12:33 +01:00
parent d8a63047aa
commit bdd2062a66
2 changed files with 22 additions and 2 deletions

View File

@@ -107,6 +107,14 @@
<value></value>
<value></value>
</row>
<row>
<value>9</value>
<value>test glboal-permissions</value>
<value></value>
<value></value>
<value></value>
<value></value>
</row>
</table>
<table name="phpbb_user_notifications">
<column>item_type</column>
@@ -156,5 +164,12 @@
<value></value>
<value>0</value>
</row>
<row>
<value>needs_approval</value>
<value>0</value>
<value>9</value>
<value></value>
<value>1</value>
</row>
</table>
</dataset>