mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
20b08e2961
commit
0c45e8e13d
1 changed files with 0 additions and 5 deletions
|
@ -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']]))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue