[ticket/289] Add method for generating forum select boxes

This commit is contained in:
Marc Alexander
2014-07-24 17:42:51 +02:00
parent 240168e925
commit 7f887b872c
6 changed files with 56 additions and 4 deletions

View File

@@ -17,12 +17,14 @@
<table name="phpbb_forums">
<column>forum_id</column>
<column>parent_id</column>
<column>forum_name</column>
<column>forum_parents</column>
<column>forum_desc</column>
<column>forum_rules</column>
<row>
<value>1</value>
<value>0</value>
<value>forum_one</value>
<value></value>
<value></value>
<value></value>
@@ -30,6 +32,7 @@
<row>
<value>2</value>
<value>1</value>
<value>forum_two</value>
<value></value>
<value></value>
<value></value>