summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-29 14:12:07 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-29 14:12:07 -0800
commit844d40a759db80108d20684303680d2e489af9d0 (patch)
tree83683cd845d55100543a097b0e6e0b9909f6e52e /modules/g2_import/helpers
parent3e2adae95385295ca6dfe1c5ff1c36c18ca0aab2 (diff)
Oops, forgot to bump the version to 2 in install().
Diffstat (limited to 'modules/g2_import/helpers')
-rw-r--r--modules/g2_import/helpers/g2_import_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_installer.php b/modules/g2_import/helpers/g2_import_installer.php
index 77b61d3e..1ec8afa9 100644
--- a/modules/g2_import/helpers/g2_import_installer.php
+++ b/modules/g2_import/helpers/g2_import_installer.php
@@ -31,7 +31,7 @@ class g2_import_installer {
KEY `g2_id` (`g2_id`))
DEFAULT CHARSET=utf8;");
- module::set_version("g2_import", 1);
+ module::set_version("g2_import", 2);
mkdir(VARPATH . "modules/g2_import");
}