diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-12 19:26:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-12 19:41:17 +0200 |
commit | 578ee077c114f63a6de0c277669ba91bd9f1219f (patch) | |
tree | 3d07ae23ed94643e0323f926c38a7d130436048b /phpBB/includes/functions_content.php | |
parent | f3e2bd9273e69445923c940b4588c8e4a7fdf1db (diff) | |
download | forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar.gz forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar.bz2 forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar.xz forums-578ee077c114f63a6de0c277669ba91bd9f1219f.zip |
[ticket/14234] Fix change version and remove more references
PHPBB3-14234
Diffstat (limited to 'phpBB/includes/functions_content.php')
-rw-r--r-- | phpBB/includes/functions_content.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index 1b5fffc445..b87220caa5 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -1226,7 +1226,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count, * @var bool preview Flag indicating if we are in post preview mode * @var array update_count_ary Array with attachment ids to update download count * @since 3.1.0-RC5 - * @change 3.1.7-RC1 Replaced update_count with update_count_ary + * @change 3.2.0-a1 Replaced update_count with update_count_ary */ $vars = array( 'attachment', |