replace constants with class constants.
commit17071b8bc314991475d1e7760fe67ba586793336
authoracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sat, 27 Dec 2008 12:18:04 +0000 (27 12:18 +0000)
committeracydburn <acydburn@89ea8834-ac86-4346-8a33-228a782c2dd0>
Sat, 27 Dec 2008 12:18:04 +0000 (27 12:18 +0000)
treeadf5470b0a4f90ef44b9be7a9761c4a6153072aa
parent27be34c3f47b4af4ebf8794f697afa4933e99f47
replace constants with class constants.
ACL_YES, ACL_NO, ACL_NEVER, USER_NORMAL, USER_IGNORE, USER_INACTIVE, USER_FOUNDER

git-svn-id: http://code.phpbb.com/svn/phpbb/trunk@9233 89ea8834-ac86-4346-8a33-228a782c2dd0
46 files changed:
phpBB/develop/repair_bots.php
phpBB/includes/acm/acm_file.php
phpBB/includes/auth/auth_apache.php
phpBB/includes/auth/auth_db.php
phpBB/includes/auth/auth_ldap.php
phpBB/includes/classes/acl.php
phpBB/includes/classes/session.php
phpBB/includes/classes/template_compile.php
phpBB/includes/classes/user.php
phpBB/includes/constants.php
phpBB/includes/functions.php
phpBB/includes/functions_admin.php
phpBB/includes/functions_compress.php
phpBB/includes/functions_convert.php
phpBB/includes/functions_messenger.php
phpBB/includes/functions_posting.php
phpBB/includes/functions_privmsgs.php
phpBB/includes/functions_upload.php
phpBB/includes/functions_user.php
phpBB/index.php
phpBB/install/index.php
phpBB/install/install_install.php
phpBB/memberlist.php
phpBB/modules/acp/acp_attachments.php
phpBB/modules/acp/acp_bots.php
phpBB/modules/acp/acp_email.php
phpBB/modules/acp/acp_groups.php
phpBB/modules/acp/acp_inactive.php
phpBB/modules/acp/acp_main.php
phpBB/modules/acp/acp_permission_roles.php
phpBB/modules/acp/acp_permissions.php
phpBB/modules/acp/acp_prune.php
phpBB/modules/acp/acp_users.php
phpBB/modules/acp/auth.php
phpBB/modules/mcp/mcp_warn.php
phpBB/modules/ucp/ucp_activate.php
phpBB/modules/ucp/ucp_groups.php
phpBB/modules/ucp/ucp_pm_compose.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/plugins/bootstrap.php
phpBB/search.php
phpBB/viewonline.php