From 50b0613243d7a841306d3674fc258c9e6952f350 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 20 Dec 2008 20:04:57 +0000 Subject: Add view counts and show them properly. --- core/helpers/core_installer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers') diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 9dffeb8d..4ab54da9 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -60,6 +60,7 @@ class core_installer { `thumb_width` int(9) default NULL, `title` char(255) default NULL, `type` char(32) NOT NULL, + `view_count` int(9) default 0, `width` int(9) default NULL, PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), -- cgit v1.2.3