aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-03-31 02:50:19 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 18:14:07 +0200
commit6deb7b3671c29ab7ce1db6e11b5c6be0950d265f (patch)
tree01f69230e6d0c02827268975dc64af781f06b809 /phpBB/includes/functions.php
parent0ae491c5fa9228304e17431ea7aa8ba9303cc193 (diff)
downloadforums-6deb7b3671c29ab7ce1db6e11b5c6be0950d265f.tar
forums-6deb7b3671c29ab7ce1db6e11b5c6be0950d265f.tar.gz
forums-6deb7b3671c29ab7ce1db6e11b5c6be0950d265f.tar.bz2
forums-6deb7b3671c29ab7ce1db6e11b5c6be0950d265f.tar.xz
forums-6deb7b3671c29ab7ce1db6e11b5c6be0950d265f.zip
[feature/class-prefix] Rename user and session to phpbb_*
PHPBB-10609
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 99740b753b..74db8cb8fd 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4949,7 +4949,7 @@ function exit_handler()
}
/**
-* Handler for init calls in phpBB. This function is called in user::setup();
+* Handler for init calls in phpBB. This function is called in phpbb_user::setup();
* This function supports hooks.
*/
function phpbb_user_session_handler()