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
This commit is contained in:
the_systech 2002-03-18 19:09:42 +00:00
parent 52b98bc965
commit fab0474d48

View file

@ -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);
//
//
//