From 9b6ccfc7f3b495ddc62304ae51da6c1b96810f2b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 17 Dec 2008 19:06:39 +0000 Subject: Fix some lint errors --- core/helpers/core_installer.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/helpers') 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` ( -- cgit v1.2.3