From 1aac08acc0df55fb5c323d91ae9c1f3d8c29535d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 13 Jun 2006 21:06:29 +0000 Subject: make sure custom profile fields are created correctly on registration (#2225) git-svn-id: file:///svn/phpbb/trunk@6058 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/message_parser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/includes/message_parser.php') diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php index 2c76b12c6d..be5669b702 100644 --- a/phpBB/includes/message_parser.php +++ b/phpBB/includes/message_parser.php @@ -22,9 +22,9 @@ if (!class_exists('bbcode')) } /** -* @package phpBB3 * BBCODE FIRSTPASS * BBCODE first pass class (functions for parsing messages for db storage) +* @package phpBB3 */ class bbcode_firstpass extends bbcode { @@ -779,7 +779,7 @@ class bbcode_firstpass extends bbcode * @param string $url the url to check * @return true if the url is pointing to this domain/script_path/php-file, false if not * - * @private + * @access: private */ function path_in_domain($url) { @@ -812,9 +812,9 @@ class bbcode_firstpass extends bbcode } /** -* @package phpBB3 * Main message parser for posting, pm, etc. takes raw message * and parses it for attachments, bbcode and smilies +* @package phpBB3 */ class parse_message extends bbcode_firstpass { -- cgit v1.2.1