diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-25 06:12:46 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-25 06:12:46 +0000 |
commit | c0584e1e086c8415713911ff021853a8c52ef6bc (patch) | |
tree | d25ee086afc1f4e8d474d84fb94feff4444d8ba6 | |
parent | 2fd39bb5b62dcc094defae3c9269d808c48849b3 (diff) |
Delete placeholder comments.
-rw-r--r-- | modules/organize/helpers/organize_installer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/organize/helpers/organize_installer.php b/modules/organize/helpers/organize_installer.php index d5d13358..f739709c 100644 --- a/modules/organize/helpers/organize_installer.php +++ b/modules/organize/helpers/organize_installer.php @@ -21,13 +21,11 @@ class organize_installer { static function install() { $version = module::get_version("organize"); if ($version == 0) { - /* @todo Put database creation here */ module::set_version("organize", 1); } } static function uninstall() { - /* @todo Put database table drops here */ module::delete("organize"); } } |