mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
52b98bc965
commit
fab0474d48
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $phpbb_root_dir = "./../";
|
||||||
require('pagestart.inc');
|
require('pagestart.inc');
|
||||||
include($phpbb_root_dir . 'includes/bbcode.'.$phpEx);
|
include($phpbb_root_dir . 'includes/bbcode.'.$phpEx);
|
||||||
include($phpbb_root_dir . 'includes/post.'.$phpEx);
|
include($phpbb_root_dir . 'includes/post.'.$phpEx);
|
||||||
|
include($phpbb_root_dir . 'includes/funtions_selects.'.$phpEx);
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue