From 81e87dfecdcd645dad6583373540ea182a50cea2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 21 Dec 2008 01:29:25 +0000 Subject: Change "datetime" to "created" to give some semantics to this field. --- modules/comment/helpers/comment_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/helpers/comment_installer.php') diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php index 8310c6e1..be8b2a14 100644 --- a/modules/comment/helpers/comment_installer.php +++ b/modules/comment/helpers/comment_installer.php @@ -28,7 +28,7 @@ class comment_installer { `author` varchar(255) default NULL, `email` varchar(255) default NULL, `text` text, - `datetime` int(9) NOT NULL, + `created` int(9) NOT NULL, `item_id` int(9) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;"); -- cgit v1.2.3