mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- forum administration (now working and modified for easier handling the different forum types [UI])
- Changed += for arrays into array_merge. We do not want to append, we want to merge. ;) git-svn-id: file:///svn/phpbb/trunk@5330 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
1343
phpBB/includes/acp/acp_forums.php
Normal file
1343
phpBB/includes/acp/acp_forums.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -859,6 +859,9 @@ class acp_modules
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Move module around the tree
|
||||
*/
|
||||
function move_module($from_module_id, $to_parent_id)
|
||||
{
|
||||
global $db;
|
||||
@@ -939,6 +942,9 @@ class acp_modules
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove module from tree
|
||||
*/
|
||||
function delete_module($module_id)
|
||||
{
|
||||
global $db, $user;
|
||||
|
Reference in New Issue
Block a user