diff options
author | MikelAlejoBR <mikelalejobr@outlook.com> | 2018-07-29 11:59:46 +0200 |
---|---|---|
committer | MikelAlejoBR <mikelalejobr@outlook.com> | 2018-07-29 11:59:46 +0200 |
commit | e710304ef5cd4fb06d83ccb3213c8df7f8b04b36 (patch) | |
tree | 541cc13551688604a89cc41d7a4e3fac694505bd /phpBB | |
parent | 43be40c1ae11a7fdc6fd31e5db6975c29c37bea8 (diff) | |
download | forums-e710304ef5cd4fb06d83ccb3213c8df7f8b04b36.tar forums-e710304ef5cd4fb06d83ccb3213c8df7f8b04b36.tar.gz forums-e710304ef5cd4fb06d83ccb3213c8df7f8b04b36.tar.bz2 forums-e710304ef5cd4fb06d83ccb3213c8df7f8b04b36.tar.xz forums-e710304ef5cd4fb06d83ccb3213c8df7f8b04b36.zip |
[ticket/15733] Correct "changed" tag version to 3.2.4-RC1
PHPBB3-15733
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index d867c6d67e..d97a22209f 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -83,7 +83,7 @@ $current_time = time(); * language keys. * @since 3.1.0-a1 * @changed 3.1.2-RC1 Removed 'delete' var as it does not exist -* @changed 3.2.4 Remove unused 'lastclick' var +* @changed 3.2.4-RC1 Remove unused 'lastclick' var */ $vars = array( 'post_id', @@ -367,7 +367,7 @@ switch ($mode) * @var array post_data All post data from database * @since 3.1.3-RC1 * @changed 3.1.10-RC1 Added post_data -* @changed 3.2.4 Remove unused 'lastclick' var +* @changed 3.2.4-RC1 Remove unused 'lastclick' var */ $vars = array( 'post_id', |