diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-27 16:41:14 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-27 16:41:14 +0000 |
| commit | 538ffb5bfb9dc2ebc9907adc3fc4ea020a442434 (patch) | |
| tree | a98951354c65df8c60ef2e69f3f9a6a54748267a /phpBB/install/install_convert.php | |
| parent | 3f53551fa8bbe100cbd076422f0484aa8db0aea9 (diff) | |
| download | forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar.gz forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar.bz2 forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar.xz forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.zip | |
some very tiny adjustements.
git-svn-id: file:///svn/phpbb/trunk@6939 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_convert.php')
| -rw-r--r-- | phpBB/install/install_convert.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php index 6bba61e434..256dd13b67 100644 --- a/phpBB/install/install_convert.php +++ b/phpBB/install/install_convert.php @@ -30,6 +30,10 @@ if (!empty($setmodules)) ); } +/** +* Class holding all convertor-specific details. +* @package install +*/ class convert { var $options = array(); @@ -63,6 +67,10 @@ class convert } } +/** +* Convert class for conversions +* @package install +*/ class install_convert extends module { /** |
