summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-27 16:29:22 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-27 16:29:22 -0700
commit377bdf2803eb69efe0d16e4580a922f4b83cbf0b (patch)
treebc2c99a5f493d365d0306c855878bad319cc664f /modules/comment
parentbfc64685e4ae4bbd2c0308e9520194215ab51469 (diff)
parent5235c7a0b79d12305d99fdafe2710583f5368fcc (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/helpers/comment_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index edf2427c..80594c16 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -44,7 +44,7 @@ class comment_installer {
`text` text,
`updated` int(9) NOT NULL,
PRIMARY KEY (`id`))
- ENGINE=InnoDB DEFAULT CHARSET=utf8;");
+ DEFAULT CHARSET=utf8;");
block_manager::add("dashboard_center", "comment", "recent_comments");
module::set_var("comment", "spam_caught", 0);