summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers
diff options
context:
space:
mode:
authorjhilden <jakobhilden@gmail.com>2009-08-28 11:27:38 -0400
committerjhilden <jakobhilden@gmail.com>2009-08-28 11:27:38 -0400
commitc0c65c6fcc971b1ea9c0afb75854aec502591d56 (patch)
tree4b10c7011056002cdeb41fac215e5c608278333c /modules/g2_import/helpers
parent3d2e36f5b601b5a274efd0c55bf161448409682a (diff)
parent826e104fa98eca33afd8cb59ebf8123021145609 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
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 0f87da6c..feacb518 100644
--- a/modules/g2_import/helpers/g2_import_installer.php
+++ b/modules/g2_import/helpers/g2_import_installer.php
@@ -26,7 +26,7 @@ class g2_import_installer {
`g3_id` int(9) NOT NULL,
PRIMARY KEY (`id`),
KEY (`g2_id`))
- ENGINE=InnoDB DEFAULT CHARSET=utf8;");
+ DEFAULT CHARSET=utf8;");
module::set_version("g2_import", 1);
mkdir(VARPATH . "modules/g2_import");