summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-25 06:12:46 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-25 06:12:46 +0000
commitc0584e1e086c8415713911ff021853a8c52ef6bc (patch)
treed25ee086afc1f4e8d474d84fb94feff4444d8ba6
parent2fd39bb5b62dcc094defae3c9269d808c48849b3 (diff)
Delete placeholder comments.
-rw-r--r--modules/organize/helpers/organize_installer.php2
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");
}
}