1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00
git-svn-id: file:///svn/phpbb/trunk@6275 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-08-12 15:10:43 +00:00
parent ef71892edd
commit f5cabf864c
17 changed files with 44 additions and 62 deletions

View File

@@ -759,11 +759,11 @@ function get_schema_struct()
'bbcode_tag' => array('VCHAR:16', ''),
'bbcode_helpline' => array('VCHAR', ''),
'display_on_posting' => array('BOOL', 0),
'bbcode_match' => array('VCHAR', ''),
'bbcode_match' => array('TEXT', ''),
'bbcode_tpl' => array('MTEXT', ''),
'first_pass_match' => array('VCHAR', ''),
'first_pass_replace' => array('VCHAR', ''),
'second_pass_match' => array('VCHAR', ''),
'first_pass_match' => array('MTEXT', ''),
'first_pass_replace' => array('MTEXT', ''),
'second_pass_match' => array('MTEXT', ''),
'second_pass_replace' => array('MTEXT', ''),
),
'PRIMARY_KEY' => 'bbcode_id',