aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/fixtures/style_select.xml
blob: ca95f94461e0ccb5830b59281a95a6d032b6f2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
	<table name="phpbb_styles">
		<column>style_id</column>
		<column>style_name</column>
		<column>style_active</column>
		<column>style_parent_tree</column>
		<row>
			<value>1</value>
			<value>prosilver</value>
			<value>1</value>
			<value></value>
		</row>
		<row>
			<value>2</value>
			<value>subsilver2</value>
			<value>1</value>
			<value></value>
		</row>
		<row>
			<value>3</value>
			<value>zoo</value>
			<value>0</value>
			<value></value>
		</row>
	</table>
</dataset>