mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
remove unused code
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8895 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -344,11 +344,6 @@ class module
|
|||||||
|
|
||||||
foreach ($module as $row)
|
foreach ($module as $row)
|
||||||
{
|
{
|
||||||
// Check any module pre-reqs
|
|
||||||
if ($row['module_reqs'] != '')
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// Module order not specified or module already assigned at this position?
|
// Module order not specified or module already assigned at this position?
|
||||||
if (!isset($row['module_order']) || isset($this->module_ary[$row['module_order']]))
|
if (!isset($row['module_order']) || isset($this->module_ary[$row['module_order']]))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user