remove global and change $user-> to phpbb::$user->
commitca374ac497b625974eda7c9fe2f0780cd7be9fe6
authoracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 22 Feb 2009 15:29:18 +0000 (22 15:29 +0000)
committeracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sun, 22 Feb 2009 15:29:18 +0000 (22 15:29 +0000)
tree37aab2f0f965ddcaeb1d26af753095f59a6e025c
parent26f873387fe69a4a9e370ac08cd3c7e1ec98093f
remove global and change $user-> to phpbb::$user->

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@9334 89ea8834-ac86-4346-8a33-228a782c2dd0
107 files changed:
phpBB/adm/swatch.php
phpBB/cron.php
phpBB/develop/posting-api.php
phpBB/develop/repair_bots.php
phpBB/develop/search_fill.php
phpBB/download/file.php
phpBB/faq.php
phpBB/includes/acm/acm_apc.php
phpBB/includes/acm/acm_eaccelerator.php
phpBB/includes/acm/acm_memcache.php
phpBB/includes/acm/acm_xcache.php
phpBB/includes/auth/auth_apache.php
phpBB/includes/auth/auth_ldap.php
phpBB/includes/bbcode.php
phpBB/includes/captcha/plugins/captcha_abstract.php
phpBB/includes/captcha/plugins/phpbb_captcha_gd_plugin.php
phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php
phpBB/includes/captcha/plugins/phpbb_captcha_nogd_plugin.php
phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
phpBB/includes/classes/session.php
phpBB/includes/classes/template.php
phpBB/includes/classes/user.php
phpBB/includes/core/url.php
phpBB/includes/diff/diff.php
phpBB/includes/diff/renderer.php
phpBB/includes/formatted_text.php
phpBB/includes/functions.php
phpBB/includes/functions_admin.php
phpBB/includes/functions_content.php
phpBB/includes/functions_display.php
phpBB/includes/functions_messenger.php
phpBB/includes/functions_posting.php
phpBB/includes/functions_privmsgs.php
phpBB/includes/functions_profile_fields.php
phpBB/includes/functions_transfer.php
phpBB/includes/functions_upload.php
phpBB/includes/functions_user.php
phpBB/includes/message_parser.php
phpBB/includes/search/fulltext_mysql.php
phpBB/install/install_install.php
phpBB/install/install_update.php
phpBB/mcp.php
phpBB/memberlist.php
phpBB/modules/acp/acp_attachments.php
phpBB/modules/acp/acp_ban.php
phpBB/modules/acp/acp_bbcodes.php
phpBB/modules/acp/acp_board.php
phpBB/modules/acp/acp_bots.php
phpBB/modules/acp/acp_captcha.php
phpBB/modules/acp/acp_database.php
phpBB/modules/acp/acp_disallow.php
phpBB/modules/acp/acp_email.php
phpBB/modules/acp/acp_forums.php
phpBB/modules/acp/acp_groups.php
phpBB/modules/acp/acp_icons.php
phpBB/modules/acp/acp_inactive.php
phpBB/modules/acp/acp_jabber.php
phpBB/modules/acp/acp_language.php
phpBB/modules/acp/acp_logs.php
phpBB/modules/acp/acp_modules.php
phpBB/modules/acp/acp_permission_roles.php
phpBB/modules/acp/acp_permissions.php
phpBB/modules/acp/acp_php_info.php
phpBB/modules/acp/acp_profile.php
phpBB/modules/acp/acp_prune.php
phpBB/modules/acp/acp_ranks.php
phpBB/modules/acp/acp_reasons.php
phpBB/modules/acp/acp_search.php
phpBB/modules/acp/acp_styles.php
phpBB/modules/acp/acp_update.php
phpBB/modules/acp/acp_users.php
phpBB/modules/acp/acp_words.php
phpBB/modules/acp/auth.php
phpBB/modules/mcp/mcp_ban.php
phpBB/modules/mcp/mcp_forum.php
phpBB/modules/mcp/mcp_front.php
phpBB/modules/mcp/mcp_logs.php
phpBB/modules/mcp/mcp_main.php
phpBB/modules/mcp/mcp_notes.php
phpBB/modules/mcp/mcp_post.php
phpBB/modules/mcp/mcp_queue.php
phpBB/modules/mcp/mcp_reports.php
phpBB/modules/mcp/mcp_topic.php
phpBB/modules/mcp/mcp_warn.php
phpBB/modules/ucp/ucp_activate.php
phpBB/modules/ucp/ucp_attachments.php
phpBB/modules/ucp/ucp_confirm.php
phpBB/modules/ucp/ucp_groups.php
phpBB/modules/ucp/ucp_main.php
phpBB/modules/ucp/ucp_pm.php
phpBB/modules/ucp/ucp_pm_compose.php
phpBB/modules/ucp/ucp_pm_options.php
phpBB/modules/ucp/ucp_pm_viewfolder.php
phpBB/modules/ucp/ucp_pm_viewmessage.php
phpBB/modules/ucp/ucp_prefs.php
phpBB/modules/ucp/ucp_profile.php
phpBB/modules/ucp/ucp_register.php
phpBB/modules/ucp/ucp_remind.php
phpBB/modules/ucp/ucp_resend.php
phpBB/modules/ucp/ucp_zebra.php
phpBB/posting.php
phpBB/report.php
phpBB/search.php
phpBB/ucp.php
phpBB/viewforum.php
phpBB/viewonline.php
phpBB/viewtopic.php