1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-07 17:20:42 +01:00
php-phpbb/tests/functions/fixtures/style_select.xml
2013-05-14 20:29:38 +02:00

24 lines
440 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_styles">
<column>style_id</column>
<column>style_name</column>
<column>style_active</column>
<row>
<value>1</value>
<value>prosilver</value>
<value>1</value>
</row>
<row>
<value>2</value>
<value>subsilver2</value>
<value>1</value>
</row>
<row>
<value>3</value>
<value>zoo</value>
<value>0</value>
</row>
</table>
</dataset>