From e7ba49b69c41793ba2f3605d6a6b0f8d6588e1c4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 18 Apr 2009 23:10:57 +0000 Subject: Properly import groups and put users into groups. Mark admin users appropriately. --- modules/g2_import/helpers/g2_import_installer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/g2_import/helpers/g2_import_installer.php') diff --git a/modules/g2_import/helpers/g2_import_installer.php b/modules/g2_import/helpers/g2_import_installer.php index 22aa76c4..40fc304a 100644 --- a/modules/g2_import/helpers/g2_import_installer.php +++ b/modules/g2_import/helpers/g2_import_installer.php @@ -23,8 +23,9 @@ class g2_import_installer { $version = module::get_version("g2_import"); if ($version == 0) { $db->query("CREATE TABLE IF NOT EXISTS {g2_maps} ( - `id` int(9) NOT NULL, + `id` int(9) NOT NULL auto_increment, `g2_id` int(9) NOT NULL, + `g3_id` int(9) NOT NULL, PRIMARY KEY (`id`), KEY (`g2_id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); -- cgit v1.2.3