mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 09:44:26 +02:00
- fixes for the following bugs:
#5326 #5318 #5304 #5290 #5288 #5278 #5276 #5272 #5266 - also fixed the "Call-time pass-by-reference" bug #5252 - within this step changed the normalize calls to require references. - added captcha size variables to the class scope (suggestion was posted at area51) git-svn-id: file:///svn/phpbb/trunk@6584 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -161,7 +161,7 @@ END;;
|
||||
CREATE TABLE phpbb_bbcodes (
|
||||
bbcode_id INTEGER DEFAULT 0 NOT NULL,
|
||||
bbcode_tag VARCHAR(16) CHARACTER SET NONE DEFAULT '' NOT NULL,
|
||||
bbcode_helpline VARCHAR(255) CHARACTER SET NONE DEFAULT '' NOT NULL,
|
||||
bbcode_helpline VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE,
|
||||
display_on_posting INTEGER DEFAULT 0 NOT NULL,
|
||||
bbcode_match BLOB SUB_TYPE TEXT CHARACTER SET UTF8 DEFAULT '' NOT NULL,
|
||||
bbcode_tpl BLOB SUB_TYPE TEXT CHARACTER SET UTF8 DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user