From 1fd1803a3bfffd15e0bc85097cd84c3f2d9ec163 Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 7 Apr 2014 08:05:50 +0200 Subject: [PATCH] [ticket/12335] Fix phpBB version number PHPBB3-12335 --- phpBB/phpbb/profilefields/manager.php | 4 ++-- 1 file 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)));