mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
Next phase of last post changes + a few minor bugs
Note: This template variable is available but will not be used by default git-svn-id: file:///svn/phpbb/trunk@6360 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -114,9 +114,11 @@ $database_update_info = array(
|
||||
'add_columns' => array(
|
||||
TOPICS_TABLE => array(
|
||||
'topic_first_poster_colour' => array('VCHAR:6', ''),
|
||||
'topic_last_post_subject' => array('XSTEXT', ''),
|
||||
'topic_last_poster_colour' => array('VCHAR:6', ''),
|
||||
),
|
||||
FORUMS_TABLE => array(
|
||||
'forum_last_post_subject' => array('XSTEXT', ''),
|
||||
'forum_last_poster_colour' => array('VCHAR:6', ''),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user