diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-11-27 15:13:50 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-11-27 15:13:50 +0000 |
| commit | da7fc3d18843bb51321bb790f6660ab4e04b8221 (patch) | |
| tree | 053303cebaf4340bb9876e1ecd48601c1ebf4c28 /phpBB/includes/functions_posting.php | |
| parent | 8523d4334705e60e5214ad7ddc8e6040c178670c (diff) | |
| download | forums-da7fc3d18843bb51321bb790f6660ab4e04b8221.tar forums-da7fc3d18843bb51321bb790f6660ab4e04b8221.tar.gz forums-da7fc3d18843bb51321bb790f6660ab4e04b8221.tar.bz2 forums-da7fc3d18843bb51321bb790f6660ab4e04b8221.tar.xz forums-da7fc3d18843bb51321bb790f6660ab4e04b8221.zip | |
#15554
#15464
#15384
Yes, there is a lang change.
git-svn-id: file:///svn/phpbb/trunk@8253 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
| -rw-r--r-- | phpBB/includes/functions_posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index e7d6fd2bc2..9ed2d78cb7 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -34,7 +34,7 @@ function generate_smilies($mode, $forum_id) $result = $db->sql_query_limit($sql, 1); $row = $db->sql_fetchrow($result); $db->sql_freeresult($result); - + $user->setup('posting', (int) $row['forum_style']); } else @@ -1629,7 +1629,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u if ($data['post_edit_reason'] || (!$auth->acl_get('m_edit', $data['forum_id']) && ($post_mode == 'edit' || $post_mode == 'edit_first_post'))) { $data['post_edit_reason'] = truncate_string($data['post_edit_reason'], 255, false); - + $sql_data[POSTS_TABLE]['sql'] = array( 'post_edit_time' => $current_time, 'post_edit_reason' => $data['post_edit_reason'], |
