aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-07 08:05:50 +0200
committerPayBas <contact@paybas.com>2014-05-03 17:54:37 +0200
commit1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163 (patch)
tree7d7f2b2c05cd113d8bd816f772879c1da6dde29e /phpBB/phpbb/profilefields
parentb3b0e5ccf2503e7bba72ee922dda175337d1b4e9 (diff)
downloadforums-1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163.tar
forums-1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163.tar.gz
forums-1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163.tar.bz2
forums-1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163.tar.xz
forums-1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163.zip
[ticket/12335] Fix phpBB version number
PHPBB3-12335
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r--phpBB/phpbb/profilefields/manager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/profilefields/manager.php b/phpBB/phpbb/profilefields/manager.php
index 7d50fd9f24..7c0397a563 100644
--- a/phpBB/phpbb/profilefields/manager.php
+++ b/phpBB/phpbb/profilefields/manager.php
@@ -327,7 +327,7 @@ class manager
* @event core.grab_profile_fields_data
* @var int|array $user_ids Single user id or an array of ids
* @var array $field_data Array with profile fields data
- * @since 3.1-B3
+ * @since 3.1.0-b3
*/
$vars = array('user_ids', 'field_data');
extract($this->dispatcher->trigger_event('core.grab_profile_fields_data', compact($vars)));
@@ -429,7 +429,7 @@ class manager
* @event core.generate_profile_fields_template_data
* @var array profile_row Array with users profile field data
* @var array tpl_fields Array with template data fields
- * @since 3.1-B3
+ * @since 3.1.0-b3
*/
$vars = array('profile_row', 'tpl_fields');
extract($this->dispatcher->trigger_event('core.generate_profile_fields_template_data', compact($vars)));