1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00
2012-02-21 18:51:08 +01:00

19 lines
347 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_ext">
<column>ext_name</column>
<column>ext_active</column>
<column>ext_state</column>
<row>
<value>foo</value>
<value>1</value>
<value></value>
</row>
<row>
<value>vendor/moo</value>
<value>0</value>
<value></value>
</row>
</table>
</dataset>