diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:54:03 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-19 16:54:03 +0000 |
| commit | 0c45e8e13dcc233131bad759a379541765641f99 (patch) | |
| tree | 89917b32df9f4f806d446019a40f9ddca33f3c25 | |
| parent | 20b08e296186e8ae812a0928d387bb01468af846 (diff) | |
| download | forums-0c45e8e13dcc233131bad759a379541765641f99.tar forums-0c45e8e13dcc233131bad759a379541765641f99.tar.gz forums-0c45e8e13dcc233131bad759a379541765641f99.tar.bz2 forums-0c45e8e13dcc233131bad759a379541765641f99.tar.xz forums-0c45e8e13dcc233131bad759a379541765641f99.zip | |
remove unused code
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8895 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/install/index.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 3d11da67a6..b1eba60af5 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -344,11 +344,6 @@ class module foreach ($module as $row) { - // Check any module pre-reqs - if ($row['module_reqs'] != '') - { - } - // Module order not specified or module already assigned at this position? if (!isset($row['module_order']) || isset($this->module_ary[$row['module_order']])) { |
