diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-06-09 12:35:10 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-06-09 12:35:10 +0000 |
commit | 00298c4a7976ac475c9690a541b0238ff9b23922 (patch) | |
tree | e9147f8e375a0cb9bfe8e36965cff8799f179b42 /phpBB/includes | |
parent | 90d65de9f2a985c68480c5cdcfb9636de85292f6 (diff) | |
download | forums-00298c4a7976ac475c9690a541b0238ff9b23922.tar forums-00298c4a7976ac475c9690a541b0238ff9b23922.tar.gz forums-00298c4a7976ac475c9690a541b0238ff9b23922.tar.bz2 forums-00298c4a7976ac475c9690a541b0238ff9b23922.tar.xz forums-00298c4a7976ac475c9690a541b0238ff9b23922.zip |
#23945
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8630 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index a7b9cc5bd5..fe41bc448d 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1862,6 +1862,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u 'topic_last_poster_id' => (int) $user->data['user_id'], 'topic_last_poster_name' => (!$user->data['is_registered'] && $username) ? $username : (($user->data['user_id'] != ANONYMOUS) ? $user->data['username'] : ''), 'topic_last_poster_colour' => $user->data['user_colour'], + 'topic_last_post_subject' => (string) $subject, ); } |