diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 05:36:44 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 05:36:44 +0000 |
commit | 6c35abd30a741a77c7657db3f22d35c1b7dbb64b (patch) | |
tree | 43e240f23df207f2d776aa8bd97a899949a5a72b /core | |
parent | 8831e89f406a2d3e8e56217dbffa142b88931fea (diff) |
whitespace fix
Diffstat (limited to 'core')
-rw-r--r-- | core/helpers/core_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |