From 6c35abd30a741a77c7657db3f22d35c1b7dbb64b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 3 Nov 2008 05:36:44 +0000 Subject: whitespace fix --- core/helpers/core_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 87278661..9dd5224c 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -39,7 +39,7 @@ class core_installer { UNIQUE KEY(`name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); - $db->query("CREATE TABLE `items` ( + $db->query("CREATE TABLE `items` ( `id` int(9) NOT NULL auto_increment, `type` char(32) default NULL, `title` char(255) default NULL, -- cgit v1.2.3