diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:50:19 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 18:14:07 +0200 |
commit | 6deb7b3671c29ab7ce1db6e11b5c6be0950d265f (patch) | |
tree | 01f69230e6d0c02827268975dc64af781f06b809 /phpBB/docs/coding-guidelines.html | |
parent | 0ae491c5fa9228304e17431ea7aa8ba9303cc193 (diff) | |
download | forums-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/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index e6dfe579e9..6d428916c7 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -248,7 +248,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c <p>If the <code>PHPBB_USE_BOARD_URL_PATH</code> constant is set to true, phpBB uses generate_board_url() (this will return the boards url with the script path included) on all instances where web-accessible images are loaded. The exact locations are:</p> <ul> - <li>/includes/session.php - user::img()</li> + <li>/includes/user.php - phpbb_user::img()</li> <li>/includes/functions_content.php - smiley_text()</li> </ul> |