From f7448ba2d65171abad4ee4c4f9c2d6d99ecd30e6 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Thu, 31 Jan 2008 18:09:08 +0000 Subject: * Update CHANGELOG * Backport fixes to XXV-1.0.2 * Remove query of revision by svnversion (Use maximum of modul version) * TIMERS: Drop used function getEvents * CHANNELS: Don't redirect if deletion of channel failed * widget/list: avoid theoretical wrong item selection * popularity: change layout of database table for smaller memory using --- contrib/popularity/t10.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/popularity/t10.php b/contrib/popularity/t10.php index 00fb2ea..2fb5066 100644 --- a/contrib/popularity/t10.php +++ b/contrib/popularity/t10.php @@ -384,7 +384,7 @@ function createtable($k) { $query = "CREATE TABLE IF NOT EXISTS #__popularity (" . " user varchar(16) NOT NULL default ''," . " id int unsigned NOT NULL default '0'," - . " level int default NULL," + . " level tinyint unsigned default NULL," . " stoptime datetime NOT NULL," . " UNIQUE KEY `event` (`user`,`id`)" . " )" -- cgit v1.2.3