aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-06-13 21:06:29 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-06-13 21:06:29 +0000
commit1aac08acc0df55fb5c323d91ae9c1f3d8c29535d (patch)
treefd54bd12b4deb05526fe49559cc0e6c07b497ac5 /phpBB/includes/functions_messenger.php
parentb0b796381741cef142d5f76c2571e081c90a1ed3 (diff)
downloadforums-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.tar
forums-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.tar.gz
forums-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.tar.bz2
forums-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.tar.xz
forums-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.zip
make sure custom profile fields are created correctly on registration (#2225)
git-svn-id: file:///svn/phpbb/trunk@6058 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r--phpBB/includes/functions_messenger.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php
index 165ec936c9..5bd9b0ab41 100644
--- a/phpBB/includes/functions_messenger.php
+++ b/phpBB/includes/functions_messenger.php
@@ -9,8 +9,8 @@
*/
/**
-* @package phpBB3
* Messenger
+* @package phpBB3
*/
class messenger
{
@@ -465,8 +465,8 @@ class messenger
}
/**
-* @package phpBB3
* handling email and jabber queue
+* @package phpBB3
*/
class queue
{
@@ -699,7 +699,7 @@ class queue
/**
* Format array
- * @private
+ * @access: private
*/
function format_array($array)
{
@@ -924,10 +924,10 @@ function smtpmail($addresses, $subject, $message, &$err_msg, $encoding, $headers
}
/**
-* @package phpBB3
* SMTP Class
* Auth Mechanisms originally taken from the AUTH Modules found within the PHP Extension and Application Repository (PEAR)
* See docs/AUTHORS for more details
+* @package phpBB3
*/
class smtp_class
{