summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-18 19:09:42 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-18 19:09:42 +0000
commitfab0474d48e7331ddae41575fe6b31f01d1ab713 (patch)
treed597bd091360d093b1645ce6c85b13f5625da736 /phpBB/admin/admin_users.php
parentFix for typo that wouldn't allow user registration line 487 should have check... (diff)
downloadphpbb-fab0474d48e7331ddae41575fe6b31f01d1ab713.tar.gz
phpbb-fab0474d48e7331ddae41575fe6b31f01d1ab713.tar.bz2
phpbb-fab0474d48e7331ddae41575fe6b31f01d1ab713.zip
admin_users now needs the functions_select.php since the breakup of functions.
git-svn-id: file:///svn/phpbb/trunk@2322 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_users.php')
-rw-r--r--phpBB/admin/admin_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_users.php b/phpBB/admin/admin_users.php
index 715d684e9d..2875465317 100644
--- a/phpBB/admin/admin_users.php
+++ b/phpBB/admin/admin_users.php
@@ -38,7 +38,7 @@ $phpbb_root_dir = "./../";
require('pagestart.inc');
include($phpbb_root_dir . 'includes/bbcode.'.$phpEx);
include($phpbb_root_dir . 'includes/post.'.$phpEx);
-
+include($phpbb_root_dir . 'includes/funtions_selects.'.$phpEx);
//
//
//