summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/core_installer.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php
index f71bec6d..9dffeb8d 100644
--- a/core/helpers/core_installer.php
+++ b/core/helpers/core_installer.php
@@ -83,10 +83,10 @@ class core_installer {
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
$db->query("CREATE TABLE `sessions` (
- `session_id` varchar(127) NOT NULL,
- `last_activity` int(10) UNSIGNED NOT NULL,
- `data` text NOT NULL,
- PRIMARY KEY (`session_id`))
+ `session_id` varchar(127) NOT NULL,
+ `last_activity` int(10) UNSIGNED NOT NULL,
+ `data` text NOT NULL,
+ PRIMARY KEY (`session_id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
$db->query("CREATE TABLE `vars` (