aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMikelAlejoBR <mikelalejobr@outlook.com>2018-07-28 22:22:38 +0200
committerMikelAlejoBR <mikelalejobr@outlook.com>2018-07-28 22:22:38 +0200
commita7d7dfee9ce8ca070b8fda0df3069aa05fe12ceb (patch)
treea12fbdce035153b87a32efe820a5b0e68bbfe8d7 /phpBB/posting.php
parentb2277e7bf688168acfa3097730f556b7218858ac (diff)
downloadforums-a7d7dfee9ce8ca070b8fda0df3069aa05fe12ceb.tar
forums-a7d7dfee9ce8ca070b8fda0df3069aa05fe12ceb.tar.gz
forums-a7d7dfee9ce8ca070b8fda0df3069aa05fe12ceb.tar.bz2
forums-a7d7dfee9ce8ca070b8fda0df3069aa05fe12ceb.tar.xz
forums-a7d7dfee9ce8ca070b8fda0df3069aa05fe12ceb.zip
[ticket/15733] Add "changed" tag to the corresponding comment blocks
PHPBB3-15733
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index bf0dfb9c6c..d867c6d67e 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -83,6 +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
*/
$vars = array(
'post_id',
@@ -366,6 +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
*/
$vars = array(
'post_id',