1
0
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:
Graham Eames
2006-09-08 18:00:38 +00:00
parent b150ed0324
commit 6568ab756c
16 changed files with 43 additions and 11 deletions

View File

@@ -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', ''),
),
),